🌱 完善类型,初步进行正则match #94

This commit is contained in:
目棃
2024-02-24 18:12:05 +08:00
parent c9fbddcf5d
commit 2509b488d2
6 changed files with 78 additions and 25 deletions

View File

@@ -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"),
},