返回提交历史
Modified
src/services/importService.ts
+2
-1
XFEstudio/SpaceNinjaServer
feat(import): FocusCapacity (#4022)
Re #4021 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4022 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
1281f872
代码差异
1 个文件
+2
-1
@@ -398,7 +398,8 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
398
398
"EchoesHexConquestUnlocked",
399
399
"EchoesHexConquestHardModeStatus",
400
400
"EchoesHexConquestCacheScoreMission",
401
"RetroWallpaperId"
401
"RetroWallpaperId",
402
"FocusCapacity"
402
403
] as const) {
403
404
if (client[key] !== undefined) {
404
405
db[key] = client[key];