feat: 增加AI生成页面功能。

This commit is contained in:
pixelmaxQM
2025-04-07 17:03:24 +08:00
parent 5fe5caaf2b
commit ac54446769

View File

@@ -66,8 +66,7 @@
</template> </template>
<script setup> <script setup>
import { import { createWeb
eye, createWeb
} from '@/api/autoCode' } from '@/api/autoCode'
import {ref} from 'vue' import {ref} from 'vue'
import WarningBar from '@/components/warningBar/warningBar.vue' import WarningBar from '@/components/warningBar/warningBar.vue'