mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
feat(parser): 写了个解析
This commit is contained in:
@@ -11,6 +11,7 @@ import TPostJson from "../../views/t-post-json.vue";
|
||||
import TLottery from "../../views/t-lottery.vue";
|
||||
// 游戏内公告
|
||||
import TAnno from "../../views/t-anno.vue";
|
||||
import TAnnoJson from "../../views/t-anno-json.vue";
|
||||
|
||||
const subRoutes = [
|
||||
{
|
||||
@@ -29,10 +30,15 @@ const subRoutes = [
|
||||
component: TLottery,
|
||||
},
|
||||
{
|
||||
path: "/anno/:anno_id",
|
||||
path: "/anno_detail/:anno_id",
|
||||
name: "游戏内公告",
|
||||
component: TAnno,
|
||||
},
|
||||
{
|
||||
path: "/anno_detail_json/:anno_id",
|
||||
name: "游戏内公告(JSON)",
|
||||
component: TAnnoJson,
|
||||
},
|
||||
];
|
||||
|
||||
export default subRoutes;
|
||||
|
||||
Reference in New Issue
Block a user