This commit is contained in:
X1627315083
2025-06-18 13:36:11 +08:00
parent 3ad1516ef4
commit 9191678708
13 changed files with 39 additions and 942 deletions

View File

@@ -168,7 +168,7 @@ export default defineComponent({
if(data.chatList[data.chatList.length - 1].content.message)data.chatList.push({content:{message:''},role:'system'})
if(eventData.tools_name == 'generate_color_code'){
data.chatList[data.chatList.length-1].content.color = JSON.parse(JSON.parse(event.data).content).receiveCollectionElementList
getData = 'colorboard'
getData = 'colorBoard'
}else{
data.chatList[data.chatList.length-1].content.img = JSON.parse(JSON.parse(event.data).content).receiveCollectionElementList
getData = nameData[eventData.tools_name]