Skip to content

Commit ccfa346

Browse files
committed
fix: 更新 chat 组件中的图标链接为正确的域名
1 parent efc7c88 commit ccfa346

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"vue-tsc": "^1.4.2"
108108
},
109109
"volta": {
110-
"node": "18.12.0"
110+
"node": "18.12.0",
111+
"pnpm": "10.13.1"
111112
}
112113
}

src/layout/components/chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ const placeholderNode = h(
435435
[
436436
h(Welcome, {
437437
variant: "borderless",
438-
icon: "https://www.flowertipcn/upload/admin.png",
438+
icon: "https://www.flowertip.cn/upload/admin.png",
439439
title: "您好, 我是您的智能对话交互助手",
440440
description: "我是狗尾巴花的尖,FlowerTip Admin 智能对话交互助手",
441441
style: {

0 commit comments

Comments
 (0)