mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-27 05:49:45 +08:00
Fix typo (#187)
根据定义「咨讯」应为「资讯」。 News 是「资讯」 而「咨讯」在网络上检索到的定义为 Valuable Information,且现代汉语词典(第 7 版)中未收录该词
This commit is contained in:
@@ -16,7 +16,7 @@ const userDataDir: Readonly<string> = `${await path.appLocalDataDir()}${path.sep
|
||||
const dbDataPath: Readonly<string> = `${await path.appConfigDir()}${path.sep()}TeyvatGuide.db`;
|
||||
/* 用于存放日志的路径 */
|
||||
const logDataDir: Readonly<string> = await path.appLogDir();
|
||||
/* 咨讯类型 TODO:改成枚举类 */
|
||||
/* 资讯类型 TODO:改成枚举类 */
|
||||
export type NewsType = "notice" | "activity" | "news";
|
||||
|
||||
const useAppStore = defineStore(
|
||||
@@ -46,7 +46,7 @@ const useAppStore = defineStore(
|
||||
const server = ref<TGApp.Game.Base.ServerTypeEnum>(GameServerEnum.CN_QD01);
|
||||
/* 语言 */
|
||||
const lang = ref<TGApp.BBS.Announcement.AnnoLangEnum>(AnnoLangEnum.CHS);
|
||||
/* 最近的咨讯类型 */
|
||||
/* 最近的资讯类型 */
|
||||
const recentNewsType = ref<NewsType>("notice");
|
||||
/* 是否开启分辨率回正 */
|
||||
const needResize = ref<string>("true");
|
||||
|
||||
Reference in New Issue
Block a user