Skip to content

Commit f5e992e

Browse files
committed
Updatee compile html.
1 parent 9bcd386 commit f5e992e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/compile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ CreateDatajs('./.deploy/js/dt.js',function(dt_path,arr){
110110
arr.forEach(function(itm,idx){
111111
var ejstpm = path.join('/template/',itm.p);
112112
var md_path = path.join('/command',itm.p);
113-
var dep = path.join('/.deploy/c',itm.p);
113+
var dep = path.join('/.deploy/c',itm.p);
114+
itm.command_length = arr.length;
114115
ReadTmpToHTML('/template/details.ejs', dep+'.html' ,md_path+'.md', itm ,arr)
115116
});
116117

0 commit comments

Comments
 (0)