mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 04:03:42 +08:00
chore: compress bg images
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-dialog
|
||||
v-model="props.show"
|
||||
v-model="$props.show"
|
||||
:close-on-click-modal="false"
|
||||
:show-close="true"
|
||||
:before-close="close"
|
||||
|
||||
13
web/src/components/FooterBar.vue
Normal file
13
web/src/components/FooterBar.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<footer>
|
||||
Powered by [ChatGPT-Plus-V3](https://github.com/yangjian102621/chatgpt-plus)
|
||||
Copyright|极客学长
|
||||
</footer>
|
||||
</template>
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="stylus">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user