未完工,目前状态下不建议阅读和参考就是你读了也看不懂

windows

找多个文件中的字符串
findstr.exe /s /i /m "str" \*.\*把str替换掉

  • /s本目录和子目录下文件
  • /i不区分大小写
  • /m只显示文件名,不显示里面内容(避免读取时编码错误而暂停)

ejs

调用主题_config内容
theme.xxx

https://www.jb51.net/article/29239.htm

判断
<% if (xxx==0){ %>
<%}%>

循环
<% for (var i in xxx){ %>
<%}%>

css

新建
.xxx{}

.article文章主体框,位置2133
调用
head里面加<link rel="stylesheet" type="text/css" href="xxxxx.css">,后面调用直接class=.xxx

文件作用

  • main.0cf68a.css-只要css
  • tools.ejs-左边展开栏
  • article.ejs-文章
  • footer.ejs-页脚

已修改部分

tools.ejs 105行
main.0cf68a.css 2135.870
article.ejs 9-20,161
footer.ejs 32(页面点击符号)
source/click_symbol.js