mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-10 00:44:04 +08:00
🌱 完善类型,初步进行正则match #94
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router/modules/sub.ts
|
||||
* @description 子路由模块,用于二级窗口
|
||||
* @since Beta v0.4.3
|
||||
* @since Beta v0.4.4
|
||||
*/
|
||||
|
||||
const subRoutes = [
|
||||
@@ -12,7 +12,7 @@ const subRoutes = [
|
||||
component: async () => await import("../../views/t-anno.vue"),
|
||||
},
|
||||
{
|
||||
path: "/anno_detail_json/:anno_id",
|
||||
path: "/anno_detail_json/:region/:anno_id/:lang",
|
||||
name: "游戏内公告(JSON)",
|
||||
component: async () => await import("../../views/t-anno-json.vue"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user