mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 08:46:38 +08:00
feat: add link on logo
This commit is contained in:
parent
bcaa9a92e5
commit
d9216060bc
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user