diff --git a/src/App.vue b/src/App.vue index a9bc0bd390c85f9f1c2ba072a1682e6f7ef9c029..79103e16da189aa9222460d2023dc17ed6be9c47 100644 --- a/src/App.vue +++ b/src/App.vue @@ -51,7 +51,7 @@ export default { this.dialogs.push({ id: aiDialogID, role: 'ai', - text: 'AI 思考中...' + text: '我还在 思考中噢...' }); const dialog = this.dialogs.find(item => item.id === aiDialogID);