fix: update references from "Beike AI" to "AgentDesk" in README and initialization files

This commit is contained in:
mlogclub
2026-05-31 18:22:03 +08:00
parent cae9d27739
commit 1ef0374e14
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func buildSeedItems(aiAgentID int64) []models.Channel {
AIAgentID: aiAgentID,
ConfigJSON: jsons.ToJsonStr(dto.WebChannelConfig{
Title: "在线客服",
Subtitle: "贝壳AI提供技术支持",
Subtitle: "AgentDesk 提供技术支持",
ThemeColor: "#2563eb",
Position: "right",
Width: "780px",
+1 -1
View File
@@ -22,7 +22,7 @@ func Init() error {
id: 1,
groupName: "新客接待",
title: "首次接入欢迎语",
content: "您好,欢迎来到贝壳AI客服中心,我是今天为您服务的顾问。您可以直接告诉我您想了解的产品、价格或接入方式,我这边先帮您快速判断。",
content: "您好,欢迎来到 AgentDesk 客服中心,我是今天为您服务的顾问。您可以直接告诉我您想了解的产品、价格或接入方式,我这边先帮您快速判断。",
status: enums.StatusOk,
sortNo: 100,
},
+2 -2
View File
@@ -17,11 +17,11 @@ func Init() error {
sortNo int
}{
{1, 0, "售前", 1},
{2, 1, "贝壳AI", 1},
{2, 1, "AgentDesk", 1},
{3, 2, "产品咨询", 1},
{4, 2, "购买意向", 1},
{5, 0, "售后", 2},
{6, 5, "贝壳AI", 1},
{6, 5, "AgentDesk", 1},
{7, 6, "问题反馈", 1},
{8, 6, "产品部署", 2},
{9, 6, "需求工单", 3},