更新版本 v2.10.13

This commit is contained in:
whyour
2021-12-25 21:31:52 +08:00
parent 35d8f0a7e8
commit f3ecf6e7a0
+8 -5
View File
@@ -1,6 +1,9 @@
export const version = '2.10.12';
export const changeLogLink = 'https://t.me/jiao_long/232';
export const changeLog = `2.10.12 版本说明
1. 修复logo样式
2. 修复暗黑模式无法访问
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
5. 其他bug修复
`;