更新版本 v2.11.0

This commit is contained in:
whyour 2022-01-12 23:43:32 +08:00
parent 3f3d572932
commit e13ff86ff6

View File

@ -1,9 +1,8 @@
export const version = '2.10.13';
export const changeLogLink = 'https://t.me/jiao_long/233';
export const changeLog = `2.10.13 版本说明
1. task task xxx.js a b c d
2.
3.
4. https://github.com/tinet-jutt
export const version = '2.11.0';
export const changeLogLink = 'https://t.me/jiao_long/254';
export const changeLog = `2.11.0 版本说明
1. 使sqlite替换nedb
2. https://github.com/kilo5hz
3. bot仓库https://github.com/chiupam
5. bug修复
`;