feat: 增加AI生成页面功能。
This commit is contained in:
parent
5fe5caaf2b
commit
ac54446769
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue