From cd23967ae073b522aa99c23830a7402a10888736 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 5 Dec 2021 23:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=20v2.10.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/version.ts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/version.ts b/src/version.ts index 0d2b4885..5d3684e8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,10 +1,8 @@ -export const version = '2.10.10'; -export const changeLogLink = 'https://t.me/jiao_long/229'; -export const changeLog = `2.10.10 版本说明 -1. 检测更新增加强制更新操作 -2. deps目录文件增加软链,支持脚本直接调用。比如 const notify = require('deps/sendNotify') -3. 修复alpine3.12和3.14关于nginx的兼容性问题 -4. 修复调试脚本运行路径 -5. 修复deps目录依赖文件拷贝 -6. 修复使用旧pushplus推送后结果解析失败的问题,感谢 https://github.com/xuzhonglin +export const version = '2.10.11'; +export const changeLogLink = 'https://t.me/jiao_long/230'; +export const changeLog = `2.10.11 版本说明 +1. 修复环境变量中包含双引号变量异常,感谢 https://github.com/mengshouer +2. 修复最后运行时长覆盖逻辑 +3. 修复内容区高度和logo样式 +4. 修复搜索urlencode的文本时,结果异常 `;