From 378e3c5cfeb0f5dcf212c240d47159c360432d9a Mon Sep 17 00:00:00 2001 From: fisher Date: Wed, 25 Nov 2020 16:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=AD=A3=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/help/sourceHelp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/assets/help/sourceHelp.md b/app/src/main/assets/help/sourceHelp.md index cad11e580..c86584cab 100644 --- a/app/src/main/assets/help/sourceHelp.md +++ b/app/src/main/assets/help/sourceHelp.md @@ -23,7 +23,7 @@ 上述js变量与函数中,一些js的对象属性用的频率较高,在此列举。方便写源的时候快速翻阅。 ### book对象的可用属性 -> 使用方法: 在js中或{{}}中使用book.属性的方式即可获取.如在正文内容后加上 ##{{book.name+"正问卷"+title}} 可以净化 书名+正问卷+章节名称(如 我是大明星正问卷第二章我爸是豪门总裁) 这一类的字符. +> 使用方法: 在js中或{{}}中使用book.属性的方式即可获取.如在正文内容后加上 ##{{book.name+"正文卷"+title}} 可以净化 书名+正文卷+章节名称(如 我是大明星正问卷第二章我爸是豪门总裁) 这一类的字符. ``` bookUrl // 详情页Url(本地书源存储完整文件路径) tocUrl // 目录页Url (toc=table of Contents)