mirror of
https://github.com/XeroAlpha/CA.git
synced 2024-11-22 17:26:16 +00:00
发布 1.2.8 (2019-01-26)
This commit is contained in:
parent
c214768042
commit
7a65f87f6e
@ -135,7 +135,7 @@
|
||||
- 某些情况下非活动页面显示的问题
|
||||
- belowname大小写错误的问题
|
||||
|
||||
1.2.8 (2019-01-24)
|
||||
1.2.8 (2019-01-26)
|
||||
新增:
|
||||
- 大幅度优化设置界面
|
||||
- 支持隐藏后台任务
|
||||
|
@ -53,6 +53,10 @@
|
||||
return path in CA.Library.inner || new java.io.File(path).isFile();
|
||||
},
|
||||
isDeprecated : function(uuid, version) {
|
||||
if (!Array.isArray(version)) return true;
|
||||
if (uuid == "04a9e9b2-8fae-4f30-84fa-d52f9457f4eb") return true; //自适配ID表:用户瞎加载
|
||||
if (uuid == "06b2fb31-668e-4693-92ad-c0ac8da3e7a9" && NeteaseAdapter.compareVersion(version, [2, 0, 0]) < 0) return true; //MC图标:bug
|
||||
if (uuid == "5a204d07-4b6d-4c51-9470-a2d8c8676ab8") return true; //调试屏幕:根本没用
|
||||
return false;
|
||||
},
|
||||
enableLibrary : function(path) {
|
||||
@ -100,7 +104,7 @@
|
||||
author : cur.author,
|
||||
description : cur.description,
|
||||
uuid : cur.uuid,
|
||||
version : cur.version,
|
||||
version : Array.isArray(cur.version) ? cur.version : [cur.version],
|
||||
update : cur.update,
|
||||
menu : cur.menu,
|
||||
deprecated : cur.deprecated || this.isDeprecated(cur.uuid, cur.version),
|
||||
|
BIN
pages/hotfix.js
BIN
pages/hotfix.js
Binary file not shown.
@ -1 +1 @@
|
||||
{"time":1545458661016,"version":"2018-12-22","belongs":"1.2.7","info":"[公告]无法点击下载的可加群303697689\n\n1.2.7 (2018-12-22)\n新增:\n- 支持识别网易版1.10.0+为1.7.0.13\n- 支持长按粘贴栏内条目远程执行命令\n优化:\n- UI动画效果现在更加明显\n修复:\n- 重置UI界面出现致命错误的bug\n- 导入设置会打开保存对话框而不是打开对话框\n- 某些情况下非活动页面显示的问题\n- belowname大小写错误的问题","downloads":{"酷安网(最推荐)":"https://www.coolapk.com/game/com.xero.ca","Gitee":"https://gitee.com/projectxero/ca/releases","百度网盘(备用)":"http://pan.baidu.com/share/link?shareid=2966673396&uk=404195919","反馈群(加群303697689获得)":"https://jq.qq.com/?_wv=1027&k=5OOYWLn"},"hotfix":{"url":"https://projectxero.gitee.io/ca/hotfix.js","sign":"https://projectxero.gitee.io/ca/hotfix.sign","shell":6,"sha1":"EsfSbZhHndMo5eeZenhoT0xDmvY="},"requirements":[{"type":"minsdk","value":14}]}
|
||||
{"time":1548500402921,"version":"2019-01-26","belongs":"1.2.8","info":"[公告]无法点击下载的可加群303697689\n\n1.2.8 (2019-01-26)\n新增:\n- 大幅度优化设置界面\n- 支持隐藏后台任务\n- 支持优先加载拓展包和识别不适合加载的拓展包\n- 支持从拓展包源更新拓展包\n优化:\n- 优化scoreboard players operation的操作符的描述\n- 检查权限授予逻辑更加合理\n- 优化后台Activity界面\n- 检查我的世界版本时自选模式出错会回滚为自动模式\n修复:\n- 在Android P设备上图标无法点击的bug\n- 可能引起丢失用户数据的两个bug","downloads":{"酷安网(最推荐)":"https://www.coolapk.com/game/com.xero.ca","Gitee":"https://gitee.com/projectxero/ca/releases","百度网盘(备用)":"http://pan.baidu.com/share/link?shareid=2966673396&uk=404195919","反馈群(加群303697689获得)":"https://jq.qq.com/?_wv=1027&k=5OOYWLn"},"hotfix":{"url":"https://projectxero.gitee.io/ca/hotfix.js","sign":"https://projectxero.gitee.io/ca/hotfix.sign","shell":7,"sha1":"S5aSi+BA6astFlg8dFanOOK3wqs="},"requirements":[{"type":"minsdk","value":14}]}
|
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
[公告]无法点击下载的可加群303697689
|
||||
|
||||
1.2.8 (2019-01-22)
|
||||
1.2.8 (2019-01-26)
|
||||
新增:
|
||||
- 大幅度优化设置界面
|
||||
- 支持隐藏后台任务
|
||||
|
@ -1 +1 @@
|
||||
{"time":1545458661016,"version":"2018-12-22","belongs":"1.2.7","info":"[公告]无法点击下载的可加群303697689\n\n1.2.7 (2018-12-22)\n新增:\n- 支持识别网易版1.10.0+为1.7.0.13\n- 支持长按粘贴栏内条目远程执行命令\n优化:\n- UI动画效果现在更加明显\n修复:\n- 重置UI界面出现致命错误的bug\n- 导入设置会打开保存对话框而不是打开对话框\n- 某些情况下非活动页面显示的问题\n- belowname大小写错误的问题","downloads":{"酷安网(最推荐)":"https://www.coolapk.com/game/com.xero.ca","Gitee":"https://gitee.com/projectxero/ca/releases","百度网盘(备用)":"http://pan.baidu.com/share/link?shareid=2966673396&uk=404195919","反馈群(加群303697689获得)":"https://jq.qq.com/?_wv=1027&k=5OOYWLn"}}
|
||||
{"time":1548500402921,"version":"2019-01-26","belongs":"1.2.8","info":"[公告]无法点击下载的可加群303697689\n\n1.2.8 (2019-01-26)\n新增:\n- 大幅度优化设置界面\n- 支持隐藏后台任务\n- 支持优先加载拓展包和识别不适合加载的拓展包\n- 支持从拓展包源更新拓展包\n优化:\n- 优化scoreboard players operation的操作符的描述\n- 检查权限授予逻辑更加合理\n- 优化后台Activity界面\n- 检查我的世界版本时自选模式出错会回滚为自动模式\n修复:\n- 在Android P设备上图标无法点击的bug\n- 可能引起丢失用户数据的两个bug","downloads":{"酷安网(最推荐)":"https://www.coolapk.com/game/com.xero.ca","Gitee":"https://gitee.com/projectxero/ca/releases","百度网盘(备用)":"http://pan.baidu.com/share/link?shareid=2966673396&uk=404195919","反馈群(加群303697689获得)":"https://jq.qq.com/?_wv=1027&k=5OOYWLn"}}
|
Loading…
Reference in New Issue
Block a user