chore: compress bg images

This commit is contained in:
RockYang
2023-06-16 11:14:45 +08:00
parent 4b024e0ad7
commit 6a2122e1ac
9 changed files with 21 additions and 5 deletions

View File

@@ -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"

View 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>