1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 17:57:01 +08:00

Fix: add 'Fpy' prefix to all Fpy arguments and taskgroups if not exist

to display correct text in i18n
This commit is contained in:
hgjazhgj
2023-06-10 06:45:52 +08:00
parent 49962747a9
commit c09b614040
12 changed files with 143 additions and 143 deletions

View File

@@ -79,7 +79,7 @@
"display": "hide"
}
},
"Interval": {
"FpyInterval": {
"Interval": {
"type": "input",
"value": "00:05",
@@ -127,13 +127,13 @@
"display": "hide"
}
},
"Team": {
"FpyTeam": {
"Index": {
"type": "input",
"value": 0
}
},
"Apple": {
"FpyApple": {
"AppleKind": {
"type": "select",
"value": "gold",
@@ -158,7 +158,7 @@
"value": 999
}
},
"Limit": {
"FpyLimit": {
"Defeated": {
"type": "checkbox",
"value": true
@@ -172,7 +172,7 @@
"value": 999
}
},
"Interval": {
"FpyInterval": {
"Interval": {
"type": "input",
"value": "07:00",
@@ -240,7 +240,7 @@
}
},
"FpyBenchmark": {
"Benchmark": {
"FpyBenchmark": {
"BenchOption": {
"type": "select",
"value": "all",
@@ -261,7 +261,7 @@
}
},
"FpyCall": {
"Call": {
"FpyCall": {
"Function": {
"type": "select",
"value": "lottery",

View File

@@ -41,16 +41,16 @@ FpyEmulator:
value: /absolute_path_to_FGO-py/deploy/AzurLaneAutoScript
type: textarea
Interval:
FpyInterval:
Interval:
value: 07:00
validate: "\\d+:\\d"
Team:
FpyTeam:
Index:
value: 0
Apple:
FpyApple:
AppleKind:
value: gold
option:
@@ -66,7 +66,7 @@ Apple:
AppleTotal:
value: 999
Limit:
FpyLimit:
Defeated:
value: True
KizunaReisou:
@@ -74,7 +74,7 @@ Limit:
SpecialDrop:
value: 999
Benchmark:
FpyBenchmark:
BenchOption:
value: all
option:
@@ -82,7 +82,7 @@ Benchmark:
- screen
- all
Call:
FpyCall:
Function:
value: lottery
option:

View File

@@ -5,5 +5,5 @@
FpyHeartbeat:
Scheduler:
Enable: True
Interval:
FpyInterval:
Interval: 00:05

View File

@@ -4,13 +4,13 @@
"Fpy",
"FpyHeartbeat"
],
"Farm": [
"FpyFarm": [
"FpyMain"
],
"Daily": [
"FpyDaily": [
"FpyDailyFpSummon"
],
"Tool": [
"FpyTool": [
"FpyBattle",
"FpyBenchmark",
"FpyCall"

View File

@@ -12,28 +12,28 @@ Fpy:
FpyHeartbeat:
- Scheduler
- Interval
- FpyInterval
# ==================== Farm ====================
# ==================== FpyFarm ====================
FpyMain:
- Scheduler
- Team
- Apple
- Limit
- Interval
- FpyTeam
- FpyApple
- FpyLimit
- FpyInterval
# ==================== Daily ====================
# ==================== FpyDaily ====================
FpyDailyFpSummon:
- Scheduler
# ==================== Tool ====================
# ==================== FpyTool ====================
FpyBattle: []
FpyBenchmark:
- Benchmark
- FpyBenchmark
FpyCall:
- Call
- FpyCall