diff --git a/README.md b/README.md index c115c71..b3a6e22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Beike AI Support +# AgentDesk English | [简体中文](README_ZH.md) @@ -281,7 +281,7 @@ Compose uses [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) as the in-contai ## Open-source Positioning -`Beike AI Support` is useful as an open-source foundation for: +`AgentDesk` is useful as an open-source foundation for: - AI customer support systems - AI Helpdesk / AI Support Platform projects diff --git a/README_ZH.md b/README_ZH.md index 3ae9ea3..e772ecb 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,4 +1,4 @@ -# 贝壳 AI 客服 +# AgentDesk [English](README.md) | 简体中文 @@ -281,7 +281,7 @@ Compose 使用 [docker/cs-ai-agent.yaml](docker/cs-ai-agent.yaml) 作为容器 ## 开源定位 -`贝壳 AI 客服`适合作为以下方向的开源基础项目: +`AgentDesk` 适合作为以下方向的开源基础项目: - AI 客服系统 - AI Helpdesk / AI Support Platform diff --git a/cmd/testdata/channel/init.go b/cmd/testdata/channel/init.go index 574d394..1f0e4fd 100644 --- a/cmd/testdata/channel/init.go +++ b/cmd/testdata/channel/init.go @@ -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", diff --git a/cmd/testdata/quickreply/init.go b/cmd/testdata/quickreply/init.go index 6b55452..a2311a6 100644 --- a/cmd/testdata/quickreply/init.go +++ b/cmd/testdata/quickreply/init.go @@ -22,7 +22,7 @@ func Init() error { id: 1, groupName: "新客接待", title: "首次接入欢迎语", - content: "您好,欢迎来到贝壳AI客服中心,我是今天为您服务的顾问。您可以直接告诉我您想了解的产品、价格或接入方式,我这边先帮您快速判断。", + content: "您好,欢迎来到 AgentDesk 客服中心,我是今天为您服务的顾问。您可以直接告诉我您想了解的产品、价格或接入方式,我这边先帮您快速判断。", status: enums.StatusOk, sortNo: 100, }, diff --git a/cmd/testdata/tag/init.go b/cmd/testdata/tag/init.go index 8117d60..92ee48e 100644 --- a/cmd/testdata/tag/init.go +++ b/cmd/testdata/tag/init.go @@ -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},