更新版本 v2.10.10

This commit is contained in:
whyour 2021-11-27 20:41:15 +08:00
parent aac7de172e
commit e129485285

View File

@ -1,10 +1,10 @@
export const version = '2.10.9';
export const changeLogLink = 'https://t.me/jiao_long/228';
export const changeLog = `2.10.9 版本说明
1. https://github.com/kilo5hz PR
2. gotify https://github.com/kilo5hz PR
3. pageSize增加200/500/1000 https://github.com/fzls PR
4. deps目录依赖文件拷贝
5. alpine基础镜像版本arm32位系统无法启动容器 https://github.com/lx200916
6.
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.123.14nginx的兼容性问题
4.
5. deps目录依赖文件拷贝
6. 使pushplus推送后结果解析失败的问题 https://github.com/xuzhonglin
`;