update for 3.3.1
This commit is contained in:
@@ -14,7 +14,10 @@ export const exportBattleData = (
|
||||
waveIndex,
|
||||
dataAvatar,
|
||||
maxWave,
|
||||
maxCycle
|
||||
maxCycle,
|
||||
version,
|
||||
avatarDetail,
|
||||
enemyDetail
|
||||
} = useBattleDataStore.getState();
|
||||
|
||||
const data: BattleDataStateJson = {
|
||||
@@ -28,7 +31,10 @@ export const exportBattleData = (
|
||||
cycleIndex,
|
||||
waveIndex,
|
||||
maxWave,
|
||||
maxCycle
|
||||
maxCycle,
|
||||
version,
|
||||
avatarDetail,
|
||||
enemyDetail
|
||||
}
|
||||
|
||||
const dataStr = JSON.stringify(data, null, 2);
|
||||
|
||||
Reference in New Issue
Block a user