diff --git a/Yi.Bbs.Vue3/src/assets/common/icons/github.png b/Yi.Bbs.Vue3/src/assets/common/icons/github.png new file mode 100644 index 00000000..52193dac Binary files /dev/null and b/Yi.Bbs.Vue3/src/assets/common/icons/github.png differ diff --git a/Yi.Bbs.Vue3/src/layout/AppHeader.vue b/Yi.Bbs.Vue3/src/layout/AppHeader.vue index b5fed689..cb993f01 100644 --- a/Yi.Bbs.Vue3/src/layout/AppHeader.vue +++ b/Yi.Bbs.Vue3/src/layout/AppHeader.vue @@ -63,11 +63,16 @@ -
- - - -
+ +
+ + + +
+
+ + +
@@ -128,6 +133,9 @@ const isLogin = getToken("AccessToken") ? true : false; const handleGitClick = () => { window.open("https://gitee.com/ccnetcore/Yi"); }; +const handleGithubClick = () => { + window.open("https://github.com/ccnetcore/Yi.Abp.Admin"); +};