mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
feat(dev): 新建开发者页面,用于数据处理
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
// 信息展示
|
||||
import Home from "../pages/Home.vue";
|
||||
import News from "../pages/News.vue";
|
||||
// 数据交互
|
||||
import Achievements from "../pages/Achievements.vue";
|
||||
// 应用配置相关
|
||||
import Config from "../pages/Config.vue";
|
||||
import Dev from "../pages/Dev.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -23,6 +27,11 @@ const routes = [
|
||||
name: "咨讯",
|
||||
component: News,
|
||||
},
|
||||
{
|
||||
path: "/dev",
|
||||
name: "开发者工具",
|
||||
component: Dev,
|
||||
},
|
||||
{
|
||||
path: "/config",
|
||||
name: "设置",
|
||||
|
||||
Reference in New Issue
Block a user