Sub-Store 1.2 支持生成远程配置

现在允许用户生成配置并上传到Gist。
This commit is contained in:
Peng-YM
2020-12-08 20:19:46 +08:00
parent 29abac4619
commit bb8bac760e
10 changed files with 403 additions and 36 deletions

View File

@@ -6,6 +6,7 @@ import Subscription from "@/views/Subscription";
import Dashboard from "@/views/Dashboard";
import User from "@/views/User";
import SubEditor from "@/views/SubEditor";
import Cloud from "@/views/Cloud";
Vue.use(Router);
@@ -24,6 +25,12 @@ const router = new Router({
component: Dashboard,
meta: {title: "首页"}
},
{
path: "/cloud",
name: "artifact",
component: Cloud,
meta: {title: "同步"}
},
{
path: "/user",
name: "user",