feat(js): 支持「经典模式」开始挑战 (#2953)

This commit is contained in:
Bread Grocery
2026-03-03 21:32:26 +08:00
committed by GitHub
parent 64dfa928a4
commit 6ce27b121b
2 changed files with 4 additions and 2 deletions

View File

@@ -27,8 +27,10 @@ const playStage = async (playbacks) => {
!(await waitForAction(
() => findStageEscBtn() !== void 0 || findBottomBtnText("返回大厅") !== void 0,
async () => {
//! 关卡房间,点击 “开始游戏” 按钮
findBottomBtnText("开始游戏")?.click();
findBottomBtnText("准备", true)?.click();
//! 「经典模式」关卡,点击 “开始挑战” 按钮
findBottomBtnText("开始挑战")?.click();
//! 判断是否已经加入准备区
if (findPrepareMsg()) {
log.info("加入准备区...");

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "千星奇域·每周经验刷取(回放通关版)",
"version": "0.1.13",
"version": "0.1.14",
"bgi_version": "0.54.0",
"description": "千星奇域·每周经验刷取(回放通关版)",
"authors": [