提交 45ee6528 编写于 作者: G gongsiming2022

Wed Dec 6 19:44:00 CST 2023 inscode

上级 8e83d7ad
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
this.dialogs.push({ this.dialogs.push({
id: aiDialogID, id: aiDialogID,
role: 'ai', role: 'ai',
text: '宝宝正在思考中...' text: '(*/ω\*)宝宝正在思考中...ヾ(⌐ ■_■)'
}); });
const dialog = this.dialogs.find(item => item.id === aiDialogID); const dialog = this.dialogs.find(item => item.id === aiDialogID);
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
handleSavePrompt () { handleSavePrompt () {
if (!this.prompt) { if (!this.prompt) {
this.$Message.error({ this.$Message.error({
content: '提示词内容不能为空', content: '提示词内容不能为空(▼ヘ▼#)',
duration: 3, duration: 3,
background: true background: true
}); });
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
prompt = localPrompt; prompt = localPrompt;
this.$nextTick(() => { this.$nextTick(() => {
this.$Message.success({ this.$Message.success({
content: '已加载好 Prompt啦。', content: '已加载好 Prompt啦。(*^▽^*)',
background: true background: true
}); });
}); });
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
prompt = ''; prompt = '';
this.$nextTick(() => { this.$nextTick(() => {
this.$Message.success({ this.$Message.success({
content: '已清空 Prompt啦!(*^▽^*)', content: '已清空 Prompt啦!ヽ(`Д´)ノ',
background: true background: true
}); });
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册