diff --git a/src/pages/WIKI/Material.vue b/src/pages/WIKI/Material.vue
new file mode 100644
index 00000000..b408d804
--- /dev/null
+++ b/src/pages/WIKI/Material.vue
@@ -0,0 +1,3 @@
+
+ WIKI-Material
+
diff --git a/src/pages/WIKI/Namecard.vue b/src/pages/WIKI/Namecard.vue
new file mode 100644
index 00000000..ad3ed7fb
--- /dev/null
+++ b/src/pages/WIKI/Namecard.vue
@@ -0,0 +1,3 @@
+
+ WIKI-Namecard
+
diff --git a/src/router/modules/wiki.ts b/src/router/modules/wiki.ts
index 4989003c..a901d440 100644
--- a/src/router/modules/wiki.ts
+++ b/src/router/modules/wiki.ts
@@ -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: "武器图鉴",