mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🌱 新增名片图鉴与材料图鉴
This commit is contained in:
3
src/pages/WIKI/Material.vue
Normal file
3
src/pages/WIKI/Material.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>WIKI-Material</h1>
|
||||
</template>
|
||||
3
src/pages/WIKI/Namecard.vue
Normal file
3
src/pages/WIKI/Namecard.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>WIKI-Namecard</h1>
|
||||
</template>
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router/modules/wiki.ts
|
||||
* @description wiki 路由模块
|
||||
* @since Beta v0.3.8
|
||||
* @since Beta v0.3.9
|
||||
*/
|
||||
|
||||
const wikiRoutes = [
|
||||
@@ -20,6 +20,16 @@ const wikiRoutes = [
|
||||
name: "卡牌图鉴",
|
||||
component: async () => await import("../../pages/WIKI/GCG.vue"),
|
||||
},
|
||||
{
|
||||
path: "/wiki/namecard",
|
||||
name: "名片图鉴",
|
||||
component: async () => await import("../../pages/WIKI/Namecard.vue"),
|
||||
},
|
||||
{
|
||||
path: "/wiki/material",
|
||||
name: "材料图鉴",
|
||||
component: async () => await import("../../pages/WIKI/Material.vue"),
|
||||
},
|
||||
{
|
||||
path: "/wiki/weapon",
|
||||
name: "武器图鉴",
|
||||
|
||||
Reference in New Issue
Block a user