From 7060663d66c634680f6d977a9c6a5b81cb02bdc1 Mon Sep 17 00:00:00 2001 From: gedoor Date: Wed, 2 Dec 2020 12:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/updateLog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index 3dc2285d0..5714f8720 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -3,8 +3,8 @@ * 关注合作公众号 **[小说拾遗]** 获取好看的小说。 * 旧版数据导入教程:先在旧版阅读(2.x)中进行备份,然后在新版阅读(3.x)【我的】->【备份与恢复】,选择【导入旧版本数据】。 -**2020/12/01** -* 去掉FontJs规则,可以写在替换规则里,例 +**2020/12/02** +* 去掉FontJs规则,可以写在替换规则里,例:f2为正确的字体,根据文字数据去正确的字体里面查找 ``` @js: var b64=String(src).match(/ttf;base64,([^\)]+)/); @@ -16,6 +16,7 @@ if (b64) { result } ``` +* 修改viewBinding **2020/11/30** * 优化阅读界面设置