feat: add link on logo

This commit is contained in:
RockYang 2023-11-14 13:50:44 +08:00
parent bcaa9a92e5
commit d9216060bc
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VUE_APP_API_HOST=
VUE_APP_WS_HOST=
VUE_APP_KEY_PREFIX=ChatPLUS_
VUE_APP_TITLE="ChatGPT-PLUS V3"
VUE_APP_TITLE="Chat-Plus V3"

View File

@ -2,7 +2,9 @@
<div class="home">
<div class="navigator">
<div class="logo">
<el-image :src="logo"/>
<el-link href="/">
<el-image :src="logo"/>
</el-link>
<div class="divider"></div>
</div>