mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
✨ 完成参数获取&剪贴板读取 #42
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @file router modules main.ts
|
||||
* @description 主路由模块
|
||||
* @author BTMuli<bt-muli@outlook.com>
|
||||
* @since Alpha v0.2.2
|
||||
* @since Beta v0.3.2
|
||||
*/
|
||||
|
||||
// 信息展示
|
||||
@@ -27,7 +27,7 @@ const mainRoutes = [
|
||||
component: Test,
|
||||
},
|
||||
{
|
||||
path: "/achievements",
|
||||
path: "/achievements/:app?",
|
||||
name: "成就",
|
||||
component: Achievements,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user