File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/v1.1/Docs/GettingStarted Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ CSS代码位置:```/src/style/base.min.css``` 拷贝此文件代码至页面
6565 blogStartDate : " 2016-11-17" , // 入园时间,年-月-日。入园时间查看方法:鼠标停留园龄时间上,会显示入园时间
6666 }
6767 </script >
68- <script src =" https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@v1.1.5/src/script/simpleMemory.js" ></script >
68+ <script src =" https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@v1.1.5/src/script/simpleMemory.min. js" ></script >
6969```
7070
7171详细配置参考相关[ 文档] ( http://doc.dbnuo.org/cnblogs-theme-docs/v1.1.0/#/Docs/Customization/config ) 。
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ function setFileNameMin(file, directory) {
287287 case 'css' :directory = 'style' ; break ;
288288 }
289289 }
290- // file.search('.min') === -1 && fileArr.push('min');
290+ file . search ( '.min' ) === - 1 && fileArr . push ( 'min' ) ;
291291 suffix != null && fileArr . push ( suffix ) ;
292292 return ( typeof directory !== 'undefined' ? ( 'src/' + directory + '/' + fileArr . join ( '.' ) ) : ( fileArr . join ( '.' ) ) ) ;
293293}
You can’t perform that action at this time.
0 commit comments