Merge branch 'main' into husm_2024-09-02

This commit is contained in:
胡双明
2024-09-11 09:57:01 +08:00
33 changed files with 1493 additions and 482 deletions

View File

@@ -13,11 +13,21 @@
<div class="bar"></div>
</div>
<div class="text">
<slot>正在生成歌曲</slot>
<slot>{{message}}</slot>
</div>
</div>
</template>
<script setup>
// eslint-disable-next-line
defineProps({
message: {
type: String,
default: '任务正在执行',
},
});
</script>
<style scoped lang="stylus">
.container {
display: flex;