支持多标签编辑

This commit is contained in:
2025-07-02 17:38:11 +08:00
parent 51af096f2e
commit ed2050c5c7
7 changed files with 227 additions and 38 deletions

View File

@@ -16,7 +16,7 @@ import zh from './locales/zh.json'
import ja from './locales/ja.json'
import { createPinia } from 'pinia' // 导入 Pinia
import {useFilesStore} from "@/ts/files";
import { useFilesStore } from './ts/useStore';
const app = createApp(App)
@@ -62,6 +62,4 @@ app.use(pinia) // 使用 Pinia
.use(Vue3DraggableResizable)
.mount('#app')
const filesStore = useFilesStore();
filesStore.setupAutoSave();
filesStore.initializeWithPrompt();
const filesStore = useFilesStore();