feat: 新增环境变量配置|状态管理

This commit is contained in:
duanshuwen
2025-08-12 19:10:56 +08:00
parent 2ac8148f6a
commit c7275f504f
328 changed files with 185 additions and 379304 deletions

12
store/modules/app.js Normal file
View File

@@ -0,0 +1,12 @@
import { defineStore } from "pinia";
export const useAppStore = defineStore("app", {
state() {
return {};
},
getters: {},
actions: {},
unistorage: true,
});