From c50fab3d3a6292d428416db601ee90a61f3359eb Mon Sep 17 00:00:00 2001
From: jinhhanhan <1683105490@qq.com>
Date: Wed, 10 Dec 2025 14:35:40 +0800
Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=B2=A1=E6=9C=89=E5=A4=AA?=
=?UTF-8?q?=E5=A4=A7=E5=85=B3=E7=B3=BB=E7=9A=84=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/dify-chat/dify-chat.vue | 20 ++++++++++++++++++++
pages_tool/kefu-demo/index.json | 6 ++++++
project.private.config.json | 23 +++++++++++++++++++++++
3 files changed, 49 insertions(+)
create mode 100644 pages/dify-chat/dify-chat.vue
create mode 100644 pages_tool/kefu-demo/index.json
create mode 100644 project.private.config.json
diff --git a/pages/dify-chat/dify-chat.vue b/pages/dify-chat/dify-chat.vue
new file mode 100644
index 0000000..f00cf88
--- /dev/null
+++ b/pages/dify-chat/dify-chat.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_tool/kefu-demo/index.json b/pages_tool/kefu-demo/index.json
new file mode 100644
index 0000000..90b9bd8
--- /dev/null
+++ b/pages_tool/kefu-demo/index.json
@@ -0,0 +1,6 @@
+{
+ "navigationBarTitleText": "智能客服演示",
+ "navigationBarBackgroundColor": "#ffffff",
+ "navigationBarTextStyle": "black",
+ "backgroundColor": "#f5f5f5"
+}
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
new file mode 100644
index 0000000..cd9faf2
--- /dev/null
+++ b/project.private.config.json
@@ -0,0 +1,23 @@
+{
+ "libVersion": "3.12.0",
+ "projectname": "lucky_shop",
+ "condition": {},
+ "setting": {
+ "urlCheck": true,
+ "coverView": true,
+ "lazyloadPlaceholderEnable": false,
+ "skylineRenderEnable": false,
+ "preloadBackgroundData": false,
+ "autoAudits": false,
+ "useApiHook": true,
+ "showShadowRootInWxmlPanel": true,
+ "useStaticServer": false,
+ "useLanDebug": false,
+ "showES6CompileOption": false,
+ "compileHotReLoad": true,
+ "checkInvalidKey": true,
+ "ignoreDevUnusedFiles": true,
+ "bigPackageSizeSupport": false,
+ "useIsolateContext": true
+ }
+}
\ No newline at end of file