diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml
index 6d0fb4a0a..a8eeb869b 100644
--- a/.github/workflows/blank.yml
+++ b/.github/workflows/blank.yml
@@ -2,7 +2,7 @@ name: note build
# 触发workflow的条件
on:
push:
- branches: ["doc-v2"]
+ branches: ["privatization-v3"]
env:
SERVER_PRIVATE_KEY: ${{ secrets.SERVER_PRIVATE_KEY }} # 服务器私钥
@@ -45,22 +45,22 @@ jobs:
REMOTE_HOST: ${{ secrets.SERVER_HOST }}
REMOTE_PORT: ${{ secrets.SERVER_PORT }} -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa
REMOTE_USER: ${{ secrets.SERVER_USER_NAME }}
- TARGET: /data/apps/data/docs-im-beta/ # 服务器目标路径
+ TARGET: /data/apps/data/privatization-doc-v3/ # 服务器目标路径
- - name: CDN Refresh HTTPS
- uses: weirui88888/aliyun-cdn-sdk@v1.0.2
- env:
- ttl_config: '{"action": "RefreshObjectCaches", "ObjectPath": "https://doc.easemob.com/", "ObjectType": "Directory" }'
- with:
- accessKeyId: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_ID }}
- accessKeySecret: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_SECRET }}
- parameters: ${{env.ttl_config}}
+ # - name: CDN Refresh HTTPS
+ # uses: weirui88888/aliyun-cdn-sdk@v1.0.2
+ # env:
+ # ttl_config: '{"action": "RefreshObjectCaches", "ObjectPath": "https://doc.easemob.com/", "ObjectType": "Directory" }'
+ # with:
+ # accessKeyId: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_ID }}
+ # accessKeySecret: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_SECRET }}
+ # parameters: ${{env.ttl_config}}
- - name: CDN Refresh HTTP
- uses: weirui88888/aliyun-cdn-sdk@v1.0.2
- env:
- ttl_config: '{"action": "RefreshObjectCaches", "ObjectPath": "http://doc.easemob.com/", "ObjectType": "Directory" }'
- with:
- accessKeyId: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_ID }}
- accessKeySecret: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_SECRET }}
- parameters: ${{env.ttl_config}}
+ # - name: CDN Refresh HTTP
+ # uses: weirui88888/aliyun-cdn-sdk@v1.0.2
+ # env:
+ # ttl_config: '{"action": "RefreshObjectCaches", "ObjectPath": "http://doc.easemob.com/", "ObjectType": "Directory" }'
+ # with:
+ # accessKeyId: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_ID }}
+ # accessKeySecret: ${{ secrets.ALIYUN_CDN_ACCESS_KEY_SECRET }}
+ # parameters: ${{env.ttl_config}}
diff --git a/docs/.vuepress/client.ts b/docs/.vuepress/client.ts
index a53073187..360a1b893 100644
--- a/docs/.vuepress/client.ts
+++ b/docs/.vuepress/client.ts
@@ -27,7 +27,7 @@ export default defineClientConfig({
app.component('DemoCard', DemoCard)
if (typeof window !== "undefined") {
- embedChatbot();
+ //embedChatbot();
}
},
setup() {},
diff --git a/docs/.vuepress/components/CallKitSwitch.vue b/docs/.vuepress/components/CallKitSwitch.vue
new file mode 100644
index 000000000..ca3471869
--- /dev/null
+++ b/docs/.vuepress/components/CallKitSwitch.vue
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
diff --git a/docs/.vuepress/components/HomePage.vue b/docs/.vuepress/components/HomePage.vue
index 43b0a7ad5..deaa97953 100644
--- a/docs/.vuepress/components/HomePage.vue
+++ b/docs/.vuepress/components/HomePage.vue
@@ -2,7 +2,7 @@
-
+
diff --git a/docs/.vuepress/components/Navbar.vue b/docs/.vuepress/components/Navbar.vue
index 2624c92c6..5347c6870 100644
--- a/docs/.vuepress/components/Navbar.vue
+++ b/docs/.vuepress/components/Navbar.vue
@@ -10,7 +10,7 @@ const extraNavList = themeData.value.extra_nav || [];
-
+
-
+ -->
+