Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解耦startup文件,修改部分任务名称增加可读性,添加夏日活动自动领取奖品 #14

Merged
merged 3 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"task": [
{
"name": "启动游戏",
"entry": "StartUp"
"entry": "进入首页"
},
{
"name": "每日免费礼包",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
{
"name": "关闭游戏",
"entry": "CloseCrossCore"
"entry": "关闭游戏"
}
],
"recognizer": {},
Expand Down Expand Up @@ -292,7 +292,7 @@
},
"ActivityExploration_CombatEnd3": {
"next": [
"Sub_GetItems",
"子任务_获得物品",
"ActivityExploration_3",
"ActivityExploration_CombatEnd3"
]
Expand All @@ -311,7 +311,7 @@
},
"ActivityExploration_CombatEnd3": {
"next": [
"Sub_GetItems",
"子任务_获得物品",
"ActivityExploration_第五关",
"ActivityExploration_CombatEnd3"
]
Expand Down
32 changes: 16 additions & 16 deletions assets/resource/base/pipeline/awards.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Awards": {
"next": [
"Sub_Cancel",
"Sub_CloseAnnouncement",
"子任务_点击取消",
"子任务_关闭公告",
"Mail",
"NoMail",
"Sub_StartUp"
"子任务_进入首页"
]
},
"Mail": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"DailyTask",
"NoDailyTask",
"Mail_Receive",
"Sub_StartUp"
"子任务_进入首页"
]
},
"NoMail": {
Expand Down Expand Up @@ -141,7 +141,7 @@
"count": 7,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"DailyTask_Receive1",
"DailyTask_Receive2"
]
Expand Down Expand Up @@ -171,7 +171,7 @@
"DailyTask_Receive3",
"BattlePass",
"NoBattlePass",
"Sub_StartUp"
"子任务_进入首页"
]
},
"DailyTask_Receive3": {
Expand All @@ -196,11 +196,11 @@
"count": 7,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"BattlePass",
"NoBattlePass",
"DailyTask_Receive3",
"Sub_StartUp"
"子任务_进入首页"
]
},
"NoDailyTask": {
Expand All @@ -215,7 +215,7 @@
"next": [
"BattlePass",
"NoBattlePass",
"Sub_StartUp"
"子任务_进入首页"
]
},
"BattlePass": {
Expand Down Expand Up @@ -273,7 +273,7 @@
"count": 7,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"BattlePass_ReceiveWeeklyMission",
"BattlePass_ReceiveDailyMissionGet"
]
Expand All @@ -300,7 +300,7 @@
"count": 2,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"BattlePass_ReceiveWeeklyMissionGet",
"BattlePass_ReceiveMonthlyMission",
"BattlePass_ReceiveWeeklyMission"
Expand Down Expand Up @@ -328,7 +328,7 @@
"count": 7,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"BattlePass_ReceiveMonthlyMission",
"BattlePass_ReceiveWeeklyMissionGet"
]
Expand All @@ -355,7 +355,7 @@
"count": 2,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"BattlePass_ReceiveMonthlyMissionGet",
"BattlePass_MissionExist",
"BattlePass_ReceiveMonthlyMission"
Expand Down Expand Up @@ -383,7 +383,7 @@
"count": 7,
"action": "Click",
"next": [
"Sub_GetItems",
"子任务_获得物品",
"BattlePass_MissionExist",
"BattlePass_ReceiveMonthlyMissionGet"
]
Expand All @@ -408,7 +408,7 @@
],
"next": [
"BattlePass_ReceiveAll",
"StartUp"
"进入首页"
]
},
"BattlePass_ReceiveAll": {
Expand All @@ -433,7 +433,7 @@
"count": 7,
"action": "Click",
"next": [
"StartUp"
"进入首页"
]
},
"NoBattlePass": {
Expand Down
4 changes: 2 additions & 2 deletions assets/resource/base/pipeline/combat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"DailyExplore": {
"next": [
"首页_出击",
"Sub_StartUp"
"子任务_进入首页"
]
},
"DailyExplore_Entry": {
Expand Down Expand Up @@ -166,7 +166,7 @@
10
],
"next": [
"StartUp"
"进入首页"
]
},
"DailyExplore_MopUpAwards": {
Expand Down
Loading
Loading