1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00
Commit Graph

1313 Commits

Author SHA1 Message Date
guoh064
4ba1d50ec7 Add: War Archives The Solomon Ranger 2024-03-11 22:47:32 +08:00
guoh064
0ddd253514 Add: War Archives Prelude under the Moon 2024-03-11 22:26:33 +08:00
guoh064
caeb091ce6 Add: War Archives Counterattack within the Fjord 2024-03-11 21:26:35 +08:00
LmeSzinc
ffb38e5d83 Add: Event entrance of Snowrealm Peregrination (event_20240229_cn) 2024-03-01 23:27:03 +08:00
RilyLC
5daf97ff8d
Upd:[TW]Event:Revelations of Dust (#3511)
* Upd:[TW]Event:Revelations of Dust

* remove CN Event
2024-02-29 21:33:41 +08:00
somegituser
4f779f66b2
add: war archive Khorovod of Dawn's Rime (#3505)
新增作战档案:破晓冰华
2024-02-23 21:58:52 +08:00
RilyLC
adaf2a6160
Upd:[TW]war_archives assets (#3490) 2024-02-18 01:37:15 +08:00
RilyLC
511f719240
Upd:[TW]Event:Winter Pathfinder (#3478) 2024-02-06 21:35:22 +08:00
guoh064
e148c9f2ae Upd: Shipyard argument (PR4 and DR3) 2024-01-31 22:06:56 +08:00
LmeSzinc
c651c250ec Merge branch 'dev'
# Conflicts:
#	campaign/Readme.md
2024-01-31 12:17:49 +08:00
weeswelai
b04b349206 Add: Add raid event Spring Festive Fiasco(raid_20240130) 2024-01-31 10:57:34 +08:00
RilyLC
c4e3c8966d
Upd:[TW]Event:Mirror Involution Rerun (#3449) 2024-01-25 21:32:31 +08:00
somegituser
d29f93c1c1 add: wararchive Dreamwaker's Butterfly & Mirror Involution
新增作战档案: 蝶海梦花&镜位螺旋
2024-01-23 14:05:05 +08:00
guoh064
9a13bf1765 Upd: [TW] Event: Anthem of Remembrance 2024-01-11 11:32:04 +08:00
guoh064
c9ef2e0dca Upd: [CN, EN, JP] Event: Tower of Transcendence Rerun 2024-01-11 11:32:04 +08:00
rilylc
fd5b29d02a Upd:[TW]Event:Khorovod of Dawn's Rime Rerun 2024-01-05 11:14:50 +08:00
LmeSzinc
046e20d45f Del: Remove config redirections because they were a long time ago 2023-12-28 02:45:39 +08:00
LmeSzinc
e77dba1da3 Fix: AzurLaneConfig.bind() should receive a func_list not a set 2023-12-27 00:16:07 +08:00
weeswelai
56fe530310 Add: Buy time-limited furniture in dorm. 2023-12-23 00:32:30 +08:00
LmeSzinc
1f3260d8a7 Add: Event entrance of Light-Chasing Sea of Stars (event_20231221_cn) 2023-12-21 23:33:32 +08:00
RilyLC
ed2a244891
Upd:[TW]Event:Parallel Superimposition (#3361)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2023-12-21 21:51:48 +08:00
RilyLC
1da39e500e
Upd:[TW]Event:The Ninja Scrolls: Azur Flash (#3323)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2023-11-30 16:13:57 +08:00
SamBillon
8ad4497d2b
Upd: Description of StopCondition.StageIncrease (#3310) 2023-11-30 16:13:25 +08:00
LmeSzinc
530128ea49 Add: Event entrance of The Ninja Scrolls: Azur Flash (event_20231123_cn) 2023-11-24 00:43:34 +08:00
RilyLC
f7461e3ad1
Upd:[TW]Event:Northern Overture Rerun (#3306) 2023-11-23 22:41:47 +08:00
Jiahao Yuan
114ffbdc9b
Upd: campaign (#3274) 2023-11-10 11:28:11 +08:00
LmeSzinc
eda63d72f8 Refactor: Config update callback 2023-11-03 03:34:23 +08:00
LmeSzinc
75a58f5640 Opt: [ALAS] Turn type lock to type state 2023-10-28 22:03:47 +08:00
LmeSzinc
74e631f431 Add: Event entrance of Tempesta and the Fountain of Youth (event_20231026_cn) 2023-10-28 21:01:26 +08:00
appleapple802
d7c748f420 Upd: [TW] Raid event Fight On, Royal Maids! 2023-10-21 15:39:44 +08:00
LmeSzinc
4f110c047b Opt: Sort events in args.json and i18n 2023-10-14 22:58:57 +08:00
Ian Lee
e8b96eb55b
Upd:[TW] Event:Inverted Orthant Rerun (#3192) 2023-10-14 20:33:32 +08:00
Torther
69df0c26e4
Upd: Screenshot method DroidCast_raw update (#2881)
* Upd: Screenshot method DroidCast_raw update

* Opt: Refactor module/device/method/droidcast.py for improved functionality

The module/device/method/droidcast.py has been refactored to improve its functionality and remove unnecessary code. Here are the key changes:

- Removed the unnecessary droidcast_raw_port attribute.
- Updated the droidcast_url method to use '/preview' as the default URL for DroidCast.
- Rename droidcast_init and droidcast_raw_init to droidcast_start and droidcast_raw_start.
- Add droidcast_init to reuse the common parts of droidcast_start and droidcast_raw_start.
- Removed the droidcast_raw_wait_startup method as it is no longer needed.
- Updated the droidcast_uninstall method to remove the deletion of DroidCast APK.

These changes aim to simplify the DroidCast class and improve its overall functionality.

* Opt: Refactor module/device/method/droidcast.py for improved functionality

The module/device/method/droidcast.py has been refactored to improve its functionality and remove unnecessary code. Here are the key changes:

- Removed the unnecessary droidcast_raw_port attribute.
- Updated the droidcast_url method to use '/preview' as the default URL for DroidCast.
- Rename droidcast_init and droidcast_raw_init to droidcast_start and droidcast_raw_start.
- Add droidcast_init to reuse the common parts of droidcast_start and droidcast_raw_start.
- Removed the droidcast_raw_wait_startup method as it is no longer needed.
- Updated the droidcast_uninstall method to remove the deletion of DroidCast APK.

These changes aim to simplify the DroidCast class and improve its overall functionality.

* Fix: Droidcast cannot start due to port occupation
2023-09-25 18:51:56 +08:00
Tipsy Fisher
dcf5075926
Merge branch 'LmeSzinc:master' into dev-minigame-for-pr 2023-09-15 09:55:03 +08:00
Tipsy Fisher
c2551f5c8e
Merge branch 'LmeSzinc:master' into dev-minigame-for-pr 2023-09-15 01:07:00 +08:00
LmeSzinc
51d08a5419 Fix: STORY_ALLOW_SKIP should be True by default 2023-09-15 01:06:43 +08:00
LmeSzinc
4d50f15f3b Add: Event entrance of Effulgence Before Eclipse (event_20230914_cn) 2023-09-15 00:13:16 +08:00
Ian Lee
5474628561
Upd:[TW] Event:Violet Tempest Blooming Lycoris (#3118) 2023-09-14 22:43:35 +08:00
yypsybs
369c80d991 Merge branch 'master' into dev-minigame-for-pr
# Conflicts:
#	module/ui/assets.py
2023-09-11 10:29:52 +08:00
LmeSzinc
da02fd6066 Fix: Trying to fix story skip bug on game client 2023-09-10 16:20:39 +08:00
somegituser
17b13f6c6c
add war_archive: Inverted orthant (#3089)
新增作战档案:负象限作战
2023-09-08 01:14:18 +08:00
yypsybs
fd9777940b Merge branch 'master' into dev-minigame-for-pr
# Conflicts:
#	module/ui/assets.py
2023-09-01 17:58:39 +08:00
guoh064
37e852aadc
Add: Crystal Fragment template/filter_string in Voucher Shop (#3068) 2023-09-01 00:46:05 +08:00
18870
23d845b69a
Opt: Move New config to manage page 2023-08-29 21:08:29 +08:00
18870
a4bd13b2bc
Add: Config import/export 2023-08-29 19:56:47 +08:00
LmeSzinc
8987c9253b Add: Disable multi-instances on phone cloud environment 2023-08-28 17:30:46 +08:00
LmeSzinc
f86e37b16b Add: [ALAS][TW] Standardize zh-TW translation 2023-08-27 17:45:21 +08:00
Ian Lee
92b5cf85d2
Upd:[TW] Event:Frostfall (#3049) 2023-08-25 12:35:45 +08:00
LmeSzinc
15ef108d85 Opt: [EN] Operation coins in OpsiHazard1Leveling help text 2023-08-23 12:49:08 +08:00
Tipsy Fisher
0e5bebd25f
Merge branch 'LmeSzinc:master' into dev-minigame-for-pr 2023-08-19 15:47:51 +08:00
guoh064
1c8589c104 Merge remote-tracking branch 'LmeSzinc/dev' into event_20230817_cn 2023-08-18 06:33:13 +08:00
Ian Lee
7c088ed5b7
Upd:[TW] Event:Aurora Noctis Rerun (#3024) 2023-08-17 23:48:42 +08:00
d233hj
c23e4fe804
Update zh-CN.json (#3020)
* Update en-US.json

* Update zh-CN.json

* Update zh-TW.json
2023-08-17 23:48:02 +08:00
guoh064
59b3a247bf Add: event entrance of The Fool's Scales (event_20230817_cn) 2023-08-17 13:27:08 +08:00
yypsybs
89e40134b4 Merge branch 'master' into dev-minigame-for-pr 2023-08-04 11:53:54 +08:00
LmeSzinc
d389f75c5f Add: handle_map_walk_speedup() 2023-08-03 22:59:37 +08:00
LmeSzinc
29248bf6bf Add: Event entrance of Anthem of Remembrance (event_20230803_cn) 2023-08-03 20:41:13 +08:00
Ian Lee
d5c8c992f7
Upd:[TW] Event:World-spanning Arclight Rerun (#2961)
* Upd: [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update args.json

* Update zh-TW.json

* [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update Readme.md

* 刪除資料夾

* Upd: [TW] Event: Rondo at Rainbow's End

* Upd: [TW] Event:Operation Convergence

* Upd: [TW] Event:Operation Convergence

* Upd: [TW] Event:Operation Convergence

* Upd:[TW] Event:Dreamwaker's Butterfly Rerun

* Upd:[TW] Event:Dreamwaker's Butterfly Rerun

* Upd:[TW] Event:World-spanning Arclight Rerun
2023-08-03 18:51:49 +08:00
Ian Lee
c0dce237fd
Upd:[TW] Event:Dreamwaker's Butterfly Rerun (#2938)
* Upd: [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update args.json

* Update zh-TW.json

* [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update Readme.md

* 刪除資料夾

* Upd: [TW] Event: Rondo at Rainbow's End

* Upd: [TW] Event:Operation Convergence

* Upd: [TW] Event:Operation Convergence

* Upd: [TW] Event:Operation Convergence

* Upd:[TW] Event:Dreamwaker's Butterfly Rerun

* Upd:[TW] Event:Dreamwaker's Butterfly Rerun
2023-07-27 18:12:48 +08:00
Tipsy Fisher
842662288e
Merge branch 'LmeSzinc:master' into dev-minigame-for-pr 2023-07-22 01:03:01 +08:00
LmeSzinc
3637d267ad Fix: ASSETS.ui_mask was released but never reloaded 2023-07-21 23:32:35 +08:00
Tipsy Fisher
6fca29e79c
Merge branch 'LmeSzinc:master' into dev-minigame-for-pr 2023-07-21 00:07:41 +08:00
LmeSzinc
4ef7d12973 Add: Event entrance of World-spanning Arclight Rerun (event_20230720_cn) 2023-07-20 23:10:00 +08:00
SarContDeli
048268b406 Add: Consume spilled Coins 2023-07-18 23:20:50 +08:00
Tipsy Fisher
a962b13343
Merge branch 'LmeSzinc:master' into dev-minigame-for-pr 2023-07-14 10:59:13 +08:00
Ian Lee
91e4100dc4
Upd: [TW] Event:Operation Convergence (#2871)
* Upd: [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update args.json

* Update zh-TW.json

* [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update Readme.md

* 刪除資料夾

* Upd: [TW] Event: Rondo at Rainbow's End

* Upd: [TW] Event:Operation Convergence

* Upd: [TW] Event:Operation Convergence

* Upd: [TW] Event:Operation Convergence
2023-07-13 23:02:49 +08:00
LmeSzinc
8ca8d81814 Add: PR6 gui settings 2023-07-13 22:59:12 +08:00
yypsybs
28cae91564 Opt: minigame
Opt: minigame multi language assets
Opt: minigame multi language i18n
Opt: minigame config
Fix: minigame-stuck when max ticket
2023-07-11 18:00:03 +08:00
yypsybs
c0b9045909 Add: minigame 2023-07-04 10:06:44 +08:00
LmeSzinc
a6a845a36a Fix: Delay OpsiArchive at AP limit (#2785) 2023-07-02 15:59:02 +08:00
LmeSzinc
6641d2f891 Fix: Provide simple uncensored instead 2023-06-30 15:37:09 +08:00
LmeSzinc
e96cd15bc9 Add: Event entrance of Reflections of the Oasis (raid_20230629) 2023-06-29 12:38:01 +08:00
Ian Lee
6f258a83b5
Upd: [TW] Event: Rondo at Rainbow's End (#2810)
* Upd: [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update args.json

* Update zh-TW.json

* [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update Readme.md

* 刪除資料夾

* Upd: [TW] Event: Rondo at Rainbow's End
2023-06-29 12:31:43 +08:00
Ian Nakiri
6d495e47a3
Upd: [TW] Event: Counterattack Within the Fjord Rerun (#2801)
* Upd: [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update args.json

* Update zh-TW.json

* [TW] Event: Counterattack Within the Fjord Rerun

* Update Readme.md

* Update Readme.md

* 刪除資料夾
2023-06-24 22:42:57 +08:00
霞飛
d73ec47031
feat: headless environment support (#2782)
* chore(linux): config template for Linux

* feat: Linux configuration template updater

* feat: headless requirements updater

* chore: Sorted by dictionary order

* chore: Remove useless dependencies.

* chore: remove cache operation.
2023-06-24 19:09:24 +08:00
梦念逍遥
e0be9888f2
Add: Event entrance of The Mirror Involution Rerun(event 20210527 cn) (#2790)
* Add: Event entrance of The Mirror Involution Rerun(event 20210527 cn)
2023-06-21 22:49:53 +08:00
LmeSzinc
d67f4419d8 Doc: Add help text of the default serial of MuMu 12 2023-06-18 22:06:07 +08:00
LmeSzinc
0c37354ed5 Opt: List tasks instead of collapsing them in submodules 2023-06-17 22:11:19 +08:00
LmeSzinc
44b0cad4bd
Merge pull request #2556 from hgjazhgj/fpy
Add: Submodule AlasFpyBridge (experimental)
2023-06-11 19:25:41 +08:00
LmeSzinc
bfc020621e Del: Remove task SOS 2023-06-08 23:25:37 +08:00
Fisher Tipsy
ab0c8d0b85
Add: Allow auto attack dossier (#2579) 2023-06-08 22:28:44 +08:00
LmeSzinc
89511847b1 Del: Remove OneClickRetire.RetireAmount since amount can no longer be limited 2023-06-08 15:36:16 +08:00
LmeSzinc
93b9bbc498 Upd: [CN] Git mirrors 2023-06-04 17:19:45 +08:00
hgjazhgj
a06837d99a Merge branch 'dev' into fpy 2023-06-03 22:22:42 +08:00
LmeSzinc
1841dafb8f Add: [CN] channel server 'com.bilibili.blhx.lenovo' (#2642) 2023-05-30 23:44:00 +08:00
Chill Magic
49377d51eb
Add 'com.bilibili.blhx.bilibiliMove' (#2649)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2023-05-29 20:22:05 +08:00
LmeSzinc
8ceb15dafc Add: [CN] Channel server com.bilibili.blhx.dl 2023-05-27 22:46:30 +08:00
xzjjasper
9d5aee0c24
Upd: [TW] Event: Pledge of the Radiant Court (#2626)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2023-05-27 22:39:03 +08:00
hgjazhgj
742e34c8d0 Merge branch 'dev' into fpy 2023-05-27 19:12:05 +08:00
LmeSzinc
223b36b853 Add: Event entrance of Confluence of Nothingness (event_20230526_cn) 2023-05-26 17:33:14 +08:00
LmeSzinc
e420f4ed04 Upd: Magic map swipe multipliers 2023-05-26 03:01:09 +08:00
LmeSzinc
6487e460fa Fix: Re-fit OpSi globe swipes 2023-05-25 22:32:45 +08:00
LmeSzinc
4f761b1e6f Upd: ALAS framework updates 2023-05-16 09:11:46 +08:00
somegituser
5a717e44ad
add war_archives: Northern Overture & Aurora Noctis, (#2576)
新增作战档案录入:北境序曲&永夜幻光
2023-05-13 19:51:59 +08:00
LmeSzinc
128d9d27d8 Fix: read_file() may return an empty list 2023-05-12 22:03:00 +08:00
LmeSzinc
bb4f341b58 Fix: Add missing InvalidPrefixTemplate key 2023-05-07 21:17:04 +08:00
hgjazhgj
f6d52621fe Add: Submodule AlasFpyBridge (experimental) 2023-05-06 20:58:08 +08:00
hgjazhgj
b18be2ae2b
Fix: Redundant template-maa.maa.json config file (#2551) 2023-05-05 12:29:53 +08:00
xzjjasper
3b6ce54740
Upd: [TW] Vacation Lane (#2533) 2023-04-28 19:41:37 +08:00
guoh064
8746a0ada3
Opt: Only Delay 12 hours for Hazard1leveling (#2530) 2023-04-28 01:10:53 +08:00
LmeSzinc
391be3ce51 Gui: Move down CoalitionSp in event daily tasks 2023-04-28 00:52:38 +08:00
LmeSzinc
81f0135b8a Gui: Rename Develop page to Home page 2023-04-28 00:52:38 +08:00
LmeSzinc
0e7b9fe8c8 Add: Event Entrance of Vacation Lane Rerun (event_20230427_cn) 2023-04-27 22:19:30 +08:00
Horizon101011
3b0cffa420
Upd: ServerChecker support for new servers (#2523) 2023-04-27 12:25:58 +08:00
LmeSzinc
c751e450f4 Fix: Disable SHOP_EXTRACT_TEMPLATE 2023-04-22 00:26:06 +08:00
LmeSzinc
7ff3e98f5f
Merge pull request #2508 from LmeSzinc/dev
Bug fix
2023-04-19 22:39:08 +08:00
LmeSzinc
69b01a871c Dev: CodeGenerator for nested expressions 2023-04-15 22:20:57 +08:00
LmeSzinc
d1b1b0ac7d Opt: No map clear percentage waiting in SOS maps 2023-04-15 22:16:40 +08:00
xzjjasper
9a64583c88
Upd: [TW] Microlayer Medley Rerun (#2487) 2023-04-13 21:34:52 +08:00
Zuosizhu
99c218d903
Add: Event entrance of The Flame-Touched Dagger Rerun(event 20211111 cn) (#2480) 2023-04-13 18:44:51 +08:00
LmeSzinc
37f932688e Opt: Move down task Coalition since the event is over 2023-04-11 22:21:08 +08:00
LmeSzinc
262f0e25ce Opt: ExerciseStrategy translations 2023-04-11 22:18:01 +08:00
LmeSzinc
f72ab22af8
Merge pull request #2423 from guoh064/dev
Opt: Clear exercise attempts after final recovery (#2184)
2023-04-11 21:51:12 +08:00
guoh064
d4724fbb99 Fix: Change Default ExersiceStrategy to aggressive 2023-04-10 08:22:25 +08:00
guoh064
814aa9a41c Opt: Refactor ExercisePreserve settings 2023-04-09 12:52:35 +08:00
guoh064
5d85535ba0 Opt: Config for exercise preserve 2023-04-05 11:31:50 +08:00
LmeSzinc
bd83b765ce Upd: [CN] AzurLaneUncensored mirror 2023-03-31 22:06:04 +08:00
LmeSzinc
aeec13cd85 Upd: Set default language in CN deploy templates 2023-03-28 16:55:52 +08:00
LmeSzinc
3ca2695464 Upd: [CN] Coding repo mirror 2023-03-28 16:30:50 +08:00
LmeSzinc
b2de4b83d7 Merge branch 'master' into dev
# Conflicts:
#	campaign/Readme.md
#	module/config/argument/args.json
#	module/config/i18n/en-US.json
#	module/config/i18n/ja-JP.json
#	module/config/i18n/zh-CN.json
#	module/config/i18n/zh-TW.json
2023-03-24 05:11:15 +08:00
LmeSzinc
4eadbe1f80 Upd: [EN] Coalition assets 2023-03-24 05:01:48 +08:00
LmeSzinc
7ecf3ac502 Add: Coalition task 2023-03-24 04:41:13 +08:00
LmeSzinc
68c18d0cb5 Opt: Split Event group into Event and Event Daily 2023-03-23 23:42:42 +08:00
LmeSzinc
13bd97725a Add: Configs for task Coalition 2023-03-23 23:31:28 +08:00
LmeSzinc
6bac6bff7b Add: Event entrance of Frostfall (event_20230323_cn) 2023-03-23 21:58:07 +08:00
xzjjasper
7175b3969e Upd:[TW] Angel of Iris 2023-03-23 20:36:48 +08:00
LmeSzinc
89c36597b2 Add: Emergency module development daily 2023-03-17 00:34:02 +08:00
LmeSzinc
7823d6e7da
Merge pull request #2366 from syccxcc/master
Update en-US.json
2023-03-15 12:00:05 +08:00
Peter Li
482a698bd7
Update en-US.json
Update the url for ship enhancing on the wiki.
2023-03-14 15:35:26 -04:00
LmeSzinc
a290a742e4 Upd: Config update 2023-03-14 20:30:28 +08:00
Azusachan
0ad55c1b60
Add: [CN] War Archive Skybound Oratorio (#2363) 2023-03-14 20:21:54 +08:00
LmeSzinc
bab97c81cf Opt: Remove disable option from ChangeFlagship
Disabling ChangeFlagship makes GemsFarming meaningless
2023-03-10 23:43:23 +08:00
18870
2f3055b8ac
Del: Remove Shanghai reverse proxy
feat: redirect util allow update the same key
2023-03-10 20:28:10 +08:00
Alexan-ded
f230f08802
Merge branch 'LmeSzinc:bug_fix' into bug_fix 2023-03-10 00:06:45 +03:00
LmeSzinc
b08baf0739 Add: Event entrance of Daedalian Hymn Rerun (event_20230309_cn) 2023-03-09 20:26:35 +08:00
xzjjasper
5972522ebb Upd: [TW] Swirling Cherry Blossoms Rerun 2023-03-09 19:15:15 +08:00
Alexanded
9bb03a6aa7 Opt: Make disabled a default value for ChangeVanguard in GemsFarming 2023-03-08 07:31:00 +03:00
Alexanded
3797402ad1 Opt: Set EnemyPriority to S1_enemy_first in GemsFarming 2023-03-08 07:05:27 +03:00
Alexanded
1bceb5bfbd Add: Disable flagship and vanguard change in GemsFarming 2023-03-03 23:51:49 +03:00
LmeSzinc
d7c7a29cc7 Fix: FleetOrder in GemsFarming is default to fleet1_mob_fleet2_boss 2023-03-02 22:38:39 +08:00
SarContDeli
0b82c38f9b
Opt: Optimized hint of Serial (#2306) 2023-03-01 18:06:26 +08:00
LmeSzinc
af65f961e2 Refactor: Simplify GemsFarming settings 2023-03-01 00:12:15 +08:00
kmou424
7af367442a Fix: sync python executable with python 3.7 slim image 2023-02-27 16:10:34 +08:00
LmeSzinc
ad8b976389 Add: Event entrance of Revelations of Dust (event_20230223_cn) 2023-02-23 19:35:25 +08:00
LmeSzinc
4b848332be Add: CodeGenerator.Import 2023-02-23 12:35:13 +08:00
bookbug666
e0ab047aec Fix: wrong args.json after merging 2023-02-22 01:17:39 +08:00
LmeSzinc
5874e1214c Fix: Prevent repeated ShipYard runs 2023-02-21 21:43:35 +08:00
bookbug666
71f5917713 Merge branch 'bug_fix' of https://github.com/LmeSzinc/AzurLaneAutoScript into supply_pack 2023-02-21 21:34:46 +08:00
bookbug666
bf43c9cab3 Add: Hint to avoid missing the free pack purchase 2023-02-21 21:25:19 +08:00
SarContDeli
2c2297f690
Fix: Replaced "monk battle" to "practice battle" (#2267) 2023-02-21 21:09:18 +08:00