feat: 创建项目ID

This commit is contained in:
2026-02-25 11:00:31 +08:00
parent 37cedb5272
commit 9fbeb408fc
9 changed files with 288 additions and 173 deletions

View File

@@ -81,6 +81,8 @@
return str
})
const emit = defineEmits(['regenerate'])
const operateList = ref([
{
name: 'thumbUp',
@@ -97,7 +99,7 @@
{
name: 'refreshTransparent',
action: () => {
console.log('refresh')
emit('regenerate')
}
},
{