From 01f1f8f2171049fe3369d247c9cac1c8d3077dfa Mon Sep 17 00:00:00 2001 From: 6481c29630e2717690aea852 <6481c29630e2717690aea852@devide> Date: Thu, 8 Jun 2023 12:19:53 +0000 Subject: [PATCH] Auto Commit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index ed395d1..9a8469a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,8 +50,8 @@ export default { this.dialogs.push({ id: aiDialogID, - role: 'ai', - text: 'AI 思考中...' + role: 'Nv', + text: '不要急,我想一下先' }); const dialog = this.dialogs.find(item => item.id === aiDialogID); -- GitLab