From 2ba9616f49c403a3e047ad160ca80c7b2b325424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 29 Aug 2025 16:00:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BA"Ai=E6=95=B0=E6=99=BA=E5=91=98?= =?UTF-8?q?=E5=B7=A5"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改manifest.json文件中的应用名称,从"Ai智能客服"变更为"Ai数智员工"以反映产品定位更新 --- aiApp/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiApp/manifest.json b/aiApp/manifest.json index 7e70618b..67faf351 100644 --- a/aiApp/manifest.json +++ b/aiApp/manifest.json @@ -1,5 +1,5 @@ { - "name" : "Ai智能客服", + "name" : "Ai数智员工", "appid" : "__UNI__2B34F1A", "description" : "", "versionName" : "1.0.0",