feat: 添加通知详情页面及通知列表点击跳转功能;优化分隔线样式

This commit is contained in:
2025-12-30 20:14:26 +07:00
parent 72e7c77003
commit cde6cd9bb5
6 changed files with 109 additions and 6 deletions

View File

@@ -44,6 +44,11 @@ const routes: Array<RouteRecordRaw> = [
},
],
},
{
path: "/notify/:id",
props: true,
component: () => import("@/views/notify/detail.vue"),
},
{
path: "/onchain-address",
component: () => import("@/views/onchain-address/index.vue"),