diff --git a/src/scripts/router.ts b/src/scripts/router.ts index 63e1349..d97b299 100644 --- a/src/scripts/router.ts +++ b/src/scripts/router.ts @@ -48,6 +48,12 @@ const routes: Array = [ meta: {title: '菜单', navBookmark: 'Others'}, component: () => import('../views/others/Menu.vue') }, + { + path: '/friends', + name: 'Friends', + meta: {title: '朋友们', navBookmark: 'Others'}, + component: () => import('../views/others/Friends.vue') + }, { path: '/color', name: 'ColorPicker', diff --git a/src/views/Others.vue b/src/views/Others.vue index ec73281..499088f 100644 --- a/src/views/Others.vue +++ b/src/views/Others.vue @@ -2,6 +2,7 @@

更多链接

🍳 小桂桂的私房菜 菜单 + 🎎 朋友们
@@ -28,4 +29,5 @@ export default class Others extends Vue a color: $color-text-main display: block + margin-bottom: 0.5em diff --git a/src/views/others/Friends.vue b/src/views/others/Friends.vue new file mode 100644 index 0000000..c31f737 --- /dev/null +++ b/src/views/others/Friends.vue @@ -0,0 +1,17 @@ + + + + +