mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-19 03:59:51 +08:00
feat(js): 支持「经典模式」开始挑战 (#2953)
This commit is contained in:
@@ -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("加入准备区...");
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "千星奇域·每周经验刷取(回放通关版)",
|
||||
"version": "0.1.13",
|
||||
"version": "0.1.14",
|
||||
"bgi_version": "0.54.0",
|
||||
"description": "千星奇域·每周经验刷取(回放通关版)",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user