优化webdav相关

This commit is contained in:
谦君
2025-12-27 01:37:35 +08:00
parent 66783f896c
commit 49753566c3
5 changed files with 25 additions and 52 deletions

View File

@@ -12,7 +12,8 @@ import type {
IncomingFleetAlert,
MissileAttack,
AchievementStats,
AchievementProgress
AchievementProgress,
WebDAVConfig
} from '@/types/game'
import { TechnologyType, OfficerType } from '@/types/game'
import { initializeAchievementStats, initializeAchievements } from '@/logic/achievementLogic'
@@ -61,7 +62,8 @@ export const useGameStore = defineStore('game', {
research: true,
unlock: true
}
}
},
webdavConfig: null as WebDAVConfig | null
}),
actions: {
async requestBrowserPermission(): Promise<boolean> {