mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-02 06:45:08 +08:00
Fix typo (#187)
根据定义「咨讯」应为「资讯」。 News 是「资讯」 而「咨讯」在网络上检索到的定义为 Valuable Information,且现代汉语词典(第 7 版)中未收录该词
This commit is contained in:
@@ -17,7 +17,7 @@ const mainRoutes = (<const>[
|
||||
},
|
||||
{
|
||||
path: "/news/:gid/:type?",
|
||||
name: "咨讯",
|
||||
name: "资讯",
|
||||
component: async () => await import("@/pages/common/PostNews.vue"),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user