Skip to content

Commit

Permalink
chore: 整理maay目录
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 28, 2023
1 parent 20b09f8 commit 0bbfb98
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
shell: bash
run: |
cmake --install build --prefix install
cp -r maay install/.maay
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -160,6 +161,7 @@ jobs:
shell: bash
run: |
cmake --install build --prefix install
cp -r maay install/.maay
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -216,6 +218,7 @@ jobs:
shell: bash
run: |
cmake --install build --prefix install
cp -r maay install/.maay
- uses: actions/upload-artifact@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .maay/repo.json

This file was deleted.

21 changes: 20 additions & 1 deletion .maay/control.json → assets/maay/control.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
}
},
{
"name": "活动:行至摩卢旁卡 16 艰难",
"name": "活动:行至摩卢旁卡 16 艰难(活动已结束)",
"task": "JourneytoMorPankh",
"option": ["all_in", "eat_candy_within_24h"],
"provide": {
Expand All @@ -351,6 +351,25 @@
"text": "1"
}
}
},
{
"name": "活动:洞穴的囚徒 证明启示 05(活动已结束)",
"task": "dummyThePrisonerintheCave",
"option": ["all_in", "eat_candy_within_24h"],
"provide": {
"EnterTheShow": {
"next": "dummyThePrisonerintheCave"
},
"TargetStageName": {
"text": "dummy证明启示V"
},
"StageDifficulty": {
"next": "dummyStageDifficulty_None"
},
"SetReplaysTimes": {
"text": "1"
}
}
}
]
}
5 changes: 5 additions & 0 deletions assets/maay/repo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resource": {
"default": "resource"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion source/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ bool proc_argv(int argc, char** argv, bool& debug, std::string& adb, std::string
"17. 荒兽之野 06(洞悉 兽)\n"
"18. 活动:绿湖噩梦 17 艰难(活动已结束)\n"
"19. 活动:行至摩卢旁卡 16 艰难(活动已结束)\n"
"20. 活动:洞穴的囚徒 证明启示 05\n")
"20. 活动:洞穴的囚徒 证明启示 05(活动已结束)\n")
<< std::endl
<< std::endl
<< utf8_to_crt("请输入要执行的任务序号,可自定义顺序,以空格分隔,例如 1 2 4 12 3: ") << std::endl;
Expand Down

0 comments on commit 0bbfb98

Please sign in to comment.