diff --git a/src/App.vue b/src/App.vue index 4fcfa5d48935be7d17cafd2a1b8a9a1e67cf73eb..bc05e70e99c776662886146f98717170a7ecb28f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -75,7 +75,7 @@ export default { this.dialogs.push({ id: aiDialogID, role: 'ai', - text: '宝宝正在思考中...' + text: '(*/ω\*)宝宝正在思考中...ヾ(⌐ ■_■)' }); const dialog = this.dialogs.find(item => item.id === aiDialogID); @@ -139,7 +139,7 @@ export default { handleSavePrompt () { if (!this.prompt) { this.$Message.error({ - content: '提示词内容不能为空', + content: '提示词内容不能为空(▼ヘ▼#)', duration: 3, background: true }); @@ -157,7 +157,7 @@ export default { prompt = localPrompt; this.$nextTick(() => { this.$Message.success({ - content: '已加载好 Prompt啦。', + content: '已加载好 Prompt啦。(*^▽^*)', background: true }); }); @@ -169,7 +169,7 @@ export default { prompt = ''; this.$nextTick(() => { this.$Message.success({ - content: '已清空 Prompt啦!(*^▽^*)', + content: '已清空 Prompt啦!ヽ(`Д´)ノ', background: true }); });