mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-13 12:26:58 +08:00
夜间模式
This commit is contained in:
@@ -17,25 +17,25 @@ const router = new Router({
|
||||
path: "/",
|
||||
name: "subscriptions",
|
||||
component: Subscription,
|
||||
meta: {title: "订阅"}
|
||||
meta: {title: "订阅", keepAlive: true}
|
||||
},
|
||||
{
|
||||
path: "/dashboard",
|
||||
name: "dashboard",
|
||||
component: Dashboard,
|
||||
meta: {title: "首页"}
|
||||
meta: {title: "首页", keepAlive: true}
|
||||
},
|
||||
{
|
||||
path: "/cloud",
|
||||
name: "artifact",
|
||||
component: Cloud,
|
||||
meta: {title: "同步"}
|
||||
meta: {title: "同步", keepAlive: true}
|
||||
},
|
||||
{
|
||||
path: "/user",
|
||||
name: "user",
|
||||
component: User,
|
||||
meta: {title: "我的"}
|
||||
meta: {title: "我的", keepAlive: true}
|
||||
},
|
||||
{
|
||||
path: "/sub-edit/:name",
|
||||
|
||||
Reference in New Issue
Block a user