rename env

This commit is contained in:
Zyronon
2025-10-11 00:51:51 +08:00
parent e4f030a7a2
commit dccc248a96
24 changed files with 22 additions and 77 deletions

View File

@@ -10,7 +10,7 @@ import { get, set } from 'idb-keyval'
import { useRoute } from "vue-router";
import { DictId } from "@/types/types.ts";
import { APP_VERSION, LOCAL_FILE_KEY, SAVE_DICT_KEY, SAVE_SETTING_KEY } from "@/config/ENV.ts";
import { APP_VERSION, LOCAL_FILE_KEY, SAVE_DICT_KEY, SAVE_SETTING_KEY } from "@/config/env.ts";
const store = useBaseStore()
const runtimeStore = useRuntimeStore()