Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sec-an committed Sep 9, 2022
1 parent 3992dad commit 802c16c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ var thread = null;
Initialize();

// 版本更新检查
var apkurl = "https://ghproxy.com/https://raw.githubusercontent.com/sec-an/Better-Auto-XXQG/main/v2.1.0.apk";
var latest_version = "2.1.0";
var apkurl = "https://gh.fakev.cn/sec-an/Better-Auto-XXQG/releases/download/v2.2.0/v2.2.0.apk";
var latest_version = "2.2.0";
if (GLOBAL_CONFIG.get("NO_UPDATE", 0) && (app.versionName != latest_version)) {
ui.update.visibility = 0;
ui.update.setText("点击更新至最新版v" + latest_version);
Expand Down Expand Up @@ -884,8 +884,8 @@ function check_baidu_api() {
function checkversion() {
var releaseNotes = "版本 v" + latest_version + "\n" +
"更新日志:\n" +
"* 1.基于AutoX v6.2.3重新打包\n" +
"* 2.新增多个备选脚本,有待测试"
"* 1.基于AutoX v6.3.4重新打包\n" +
"* 2.调整默认OCR为Google ML kIT OCR"
dialogs.build({
title: "发现新版本",
content: releaseNotes,
Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ http.__okhttp__.setTimeout(10000);

let url = [
'https://ghproxy.com/https://raw.githubusercontent.com/sec-an/Better-Auto-XXQG/main/UI.js',
"https://raw.gh.fakev.cn/sec-an/Better-Auto-XXQG/main/UI.js",
'https://cdn.jsdelivr.net/gh/sec-an/Better-Auto-XXQG@main/UI.js',
'https://raw.githubusercontent.com/sec-an/Better-Auto-XXQG/main/UI.js',
];
Expand Down

5 comments on commit 802c16c

@chen4620263
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不行啊 四人赛

@sec-an
Copy link
Owner Author

@sec-an sec-an commented on 802c16c Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不行啊 四人赛

不要用最新版的app,去豌豆荚下载2.33.0及以下版本

@sec-an
Copy link
Owner Author

@sec-an sec-an commented on 802c16c Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不行啊 四人赛

最新版的昨天传过解除截屏限制的版本,但是风险有点高,暂时没必要

@xudeqin666
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不能用了 ,在更新题库的环节出现错误

@sec-an
Copy link
Owner Author

@sec-an sec-an commented on 802c16c Oct 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不能用了 ,在更新题库的环节出现错误

已修复

Please sign in to comment.