mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-24 20:14:26 +08:00
feat: update menu icons, add version in site titles
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<div class="container">
|
||||
<div class="footer">
|
||||
Powered by {{ author }} @
|
||||
<el-link type="primary" href="https://github.com/yangjian102621/chatgpt-plus" target="_blank">{{ title }}
|
||||
<el-link type="primary" href="https://github.com/yangjian102621/chatgpt-plus" target="_blank">
|
||||
{{ title }} -
|
||||
{{ version }}
|
||||
</el-link>
|
||||
</div>
|
||||
</div>
|
||||
@@ -12,6 +14,7 @@
|
||||
import {ref} from "vue";
|
||||
|
||||
const title = ref(process.env.VUE_APP_TITLE)
|
||||
const version = ref(process.env.VUE_APP_VERSION)
|
||||
const author = ref('极客学长')
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user