chore: update

This commit is contained in:
xiaoxian521
2024-04-23 10:26:26 +08:00
parent 88d804df89
commit 1ce0038c13
15 changed files with 318 additions and 421 deletions

View File

@@ -1,4 +1,5 @@
import { type setType, store, defineStore, getConfig } from "../utils";
import { defineStore } from "pinia";
import { type setType, store, getConfig } from "../utils";
export const useSettingStore = defineStore({
id: "pure-setting",