mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 16:05:12 +08:00
优化webdav相关
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user