Skip to content

Commit

Permalink
Merge pull request icegreentee#355 from segfault-bilibili/rollup-6.4.1
Browse files Browse the repository at this point in the history
【6.4.1】镜层默认每隔15分钟重开;开荒改为识别new、自动点击语音下载
  • Loading branch information
segfault-bilibili committed Aug 30, 2022
2 parents 9584564 + 16ddf83 commit ebb310e
Show file tree
Hide file tree
Showing 62 changed files with 257 additions and 93 deletions.
234 changes: 192 additions & 42 deletions floatUI.js

Large diffs are not rendered by default.

Binary file renamed images/initialAuto.png → images/apBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/closeBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/downloadDataOKBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mirrorsEntranceBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/newQuest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,15 @@ ui.layout(
<Switch id="mirrorsWatchman" w="*" margin="0 3" checked="true" textColor="#000000" text="镜层守夜人模式" />
<text text="开启此项,则在BP耗尽且无BP药可使用时等待BP自回,然后再进入战斗。仅日服可用。" textColor="#000000" />
</vertical>
<vertical id="MirrorsExtraSettings5" visibility="gone" padding="10 8 0 6" w="*" h="auto">
<linear>
<text text="定时杀进程重开,每隔" textColor="#000000" />
<input maxLength="5" id="mirrorsRelaunchTime" hint="留空即不强关重开" text="900" textSize="14" inputType="number|none" />
<text text="秒" textColor="#000000" />
</linear>
<text text="MuMu模拟器(安卓6,非安卓9测试版)请务必在[默认脚本设置]的[闪退自动重开设置]中开启[优先使用root或adb权限杀进程]。" textColor="#ff0000" />
<text text="为避免游戏内存泄漏导致整个系统卡死崩溃,默认每15分钟(900秒)杀进程重开一次游戏。仅日服可用。" textColor="#000000" />
</vertical>
</vertical>
</vertical>
<vertical margin="0 5" bg="#ffffff" elevation="1dp" w="*" h="auto">
Expand Down Expand Up @@ -893,6 +902,7 @@ const persistParamList = [
"mirrorsEnemyNumFactor",
"useCVAutoBattle",
"mirrorsWatchman",
"mirrorsRelaunchTime",
"CVAutoBattleDebug",
"CVAutoBattleClickAllSkills",
"CVAutoBattleClickSkillsSinceTurn",
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build"
],
"packageName": "top.momoe.auto",
"versionName": "6.4.0",
"versionName": "6.4.1",
"versionInfo": "",
"versionCode": 1,
"icon":"./images/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion update/fileJson/10.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/11.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/12.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/13.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/14.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/15.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/16.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/17.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/18.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/19.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/20.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/21.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/22.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/23.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/24.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/25.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/26.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/27.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/28.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/29.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/30.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/31.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/32.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/33.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/34.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/35.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/36.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/37.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/38.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/39.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/40.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/41.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/42.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/43.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/44.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/45.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/46.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/47.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/48.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/49.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/5.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/50.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/51.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/52.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions update/fileJson/53.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions update/fileJson/54.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions update/fileJson/55.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions update/fileJson/56.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/6.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/7.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/8.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/fileJson/9.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/updateList.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update/updateList.json.sig.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kmQd/dtbieUANYvB89uwhjsLB/s5JXii5/Bq1hJRincOtfz+//T9dmTnhx5ePRcr3Z/UGligAHo4awNaXxijEf7SQTsNIuALFyLTqZZTVOe0H7KdcJMZqAU89BSW2EpOdpGQS+5zk4Citc3tYHgmQ0hVNlpMg6zbiWsv1p+GKY8eDorbZLxlTV2okYUq8j6n+EBP7Z0ny2OnNyiFOarQ+FG2r3nugEGO88m2Rv4F5DI4GXONmzNnYzTsFCIGiporM7bsg234MXq3uZuEysSy7b6qLJYecZp3VCrslRktas74UdROnrwizV9vyU/7zlhDz/ZCbve3DyQd95G6UKmJ1Q==
hVTGYGSlT0kc1hJ5ijKcIqAPTQ49UcGJ3y77uut5/LXpHqoIG7ZB3plUJG3F8kC4uYyhmWBYlP6RteNqpb82iLOWl40OSgAA0dhh+vylgMSLYbHOfxytHOivp+4Apq2PoFTaMYM9qw6uQH9Qppng+EkgJFimN4jwJ/+dgVUlA9NJ44id+dxII1YKsGsaO5rdwGGJycBxJCjtgnKLXL1mNfThKQWbxOM2eUXIAk1Yaa5GZbPqvyTQiponpHeQmNG4jVm25fTuFdbuSEgt62c34dRbPQ3MpIjg6zdXQT/C483z1BmPrXwmbFAU5wPtwZX4yweWoxYGxBF9cdOLZeqWWw==

0 comments on commit ebb310e

Please sign in to comment.