完成参数获取&剪贴板读取 #42

This commit is contained in:
BTMuli
2023-09-19 16:23:57 +08:00
parent d45d26cafd
commit 9e6b8e9283
4 changed files with 89 additions and 13 deletions

View File

@@ -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,
},