Added: GitHub picbed support

This commit is contained in:
Molunerfinn
2018-04-06 22:01:30 +08:00
parent 975927ac68
commit eecf98e452
11 changed files with 217 additions and 5 deletions
+5
View File
@@ -40,6 +40,11 @@ export default new Router({
component: require('@/components/SettingView/UpYun').default,
name: 'upyun'
},
{
path: 'github',
component: require('@/components/SettingView/GitHub').default,
name: 'github'
},
{
path: 'gallery',
component: require('@/components/SettingView/Gallery').default,