diff --git a/Yi.BBS.Vue3/public/favicon.ico b/Yi.BBS.Vue3/public/favicon.ico index df36fcfb..7650ebd0 100644 Binary files a/Yi.BBS.Vue3/public/favicon.ico and b/Yi.BBS.Vue3/public/favicon.ico differ diff --git a/Yi.BBS.Vue3/src/assets/logo.ico b/Yi.BBS.Vue3/src/assets/logo.ico new file mode 100644 index 00000000..7650ebd0 Binary files /dev/null and b/Yi.BBS.Vue3/src/assets/logo.ico differ diff --git a/Yi.BBS.Vue3/src/assets/logo.svg b/Yi.BBS.Vue3/src/assets/logo.svg deleted file mode 100644 index 75656603..00000000 --- a/Yi.BBS.Vue3/src/assets/logo.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Yi.BBS.Vue3/src/components/AvatarInfo.vue b/Yi.BBS.Vue3/src/components/AvatarInfo.vue index be51fe56..b07b6256 100644 --- a/Yi.BBS.Vue3/src/components/AvatarInfo.vue +++ b/Yi.BBS.Vue3/src/components/AvatarInfo.vue @@ -1,22 +1,36 @@ \ No newline at end of file diff --git a/Yi.BBS.Vue3/src/layout/AppHeader.vue b/Yi.BBS.Vue3/src/layout/AppHeader.vue index 5adcfbe3..c56dbb44 100644 --- a/Yi.BBS.Vue3/src/layout/AppHeader.vue +++ b/Yi.BBS.Vue3/src/layout/AppHeader.vue @@ -6,7 +6,8 @@ @select="handleSelect" > - + 主页 @@ -30,9 +31,9 @@
搜索 - 学习 + 分享 - + item one item two item three @@ -53,8 +54,14 @@ const handleSelect = (key, keyPath) => { .logo{ min-width: 14rem; + font-size: large; + font-weight: 600; } .flex-grow { flex-grow: 1; } +.img-icon +{ + margin-right: 0.5rem; +} \ No newline at end of file diff --git a/Yi.BBS.Vue3/src/router/index.js b/Yi.BBS.Vue3/src/router/index.js index 472c7771..842a8438 100644 --- a/Yi.BBS.Vue3/src/router/index.js +++ b/Yi.BBS.Vue3/src/router/index.js @@ -25,6 +25,11 @@ const router = createRouter({ path: '/discuss', component: () => import('../views/Discuss.vue') }, + { + name:'addArt', + path:'addArt', + component:()=>import('../views/AddArticle.vue') + } ] }, { path: '/:pathMatch(.*)*', name: 'NotFound', component: NotFound }, diff --git a/Yi.BBS.Vue3/src/views/AddArticle.vue b/Yi.BBS.Vue3/src/views/AddArticle.vue new file mode 100644 index 00000000..b4d9a5aa --- /dev/null +++ b/Yi.BBS.Vue3/src/views/AddArticle.vue @@ -0,0 +1,39 @@ + + \ No newline at end of file diff --git a/Yi.BBS.Vue3/src/views/Index.vue b/Yi.BBS.Vue3/src/views/Index.vue index 8bfdd7ec..4bfb7fd2 100644 --- a/Yi.BBS.Vue3/src/views/Index.vue +++ b/Yi.BBS.Vue3/src/views/Index.vue @@ -1,16 +1,13 @@ -