ui: 基本框架
This commit is contained in:
13
pages/aigc/chat.vue
Normal file
13
pages/aigc/chat.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
title: '聊天 | XSH AI'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
ChatGPT
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
pages/aigc/drawing.vue
Normal file
15
pages/aigc/drawing.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
title: '绘画 | XSH AI'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>drawing page</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
13
pages/aigc/ppt-course-gen.vue
Normal file
13
pages/aigc/ppt-course-gen.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
title: 'PPT 生成视频 | XSH AI'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
PPT Course
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user