mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-25 22:29:42 +08:00
♻️ 代码结构调整
This commit is contained in:
@@ -46,7 +46,7 @@ export const useAppStore = defineStore(
|
||||
// 语言
|
||||
const lang = ref<AnnoLang>("zh-cn");
|
||||
// 最近的咨讯类型
|
||||
const recentNewsType = ref<string>("notice");
|
||||
const recentNewsType = ref<TGApp.App.Store.NewsType>("notice");
|
||||
// 是否开启分辨率回正
|
||||
const needResize = ref<string>("true");
|
||||
// 分享图生成默认设置,为0表示默认保存到文件,为数字表示当大小超过xMB时保存到文件,否则保存到剪贴板
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file store modules home.ts
|
||||
* @file store/modules/home.ts
|
||||
* @description Home store module
|
||||
* @since Alpha v0.1.6
|
||||
* @since Beta v0.6.5
|
||||
*/
|
||||
|
||||
import { defineStore } from "pinia";
|
||||
|
||||
Reference in New Issue
Block a user