This commit is contained in:
kunfei
2023-05-19 19:49:40 +08:00
parent 93d60cb489
commit 56d1a20a07
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -14,6 +14,21 @@
**2023/05/19**
* 目录格式化js添加一个公用变量gInt, int类型默认值0
> 示例1
```
"第" + index + "章" + title
```
> 示例2
```
gInt++
"第" + gInt + "章" + title
```
* 优化修复bug
* 其中一些更新由 Xwite, Horis 提供