Skip to content

Commit 55ff48e

Browse files
committed
feat: modify CN service domain
1 parent 8339592 commit 55ff48e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

config/CN/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FLAT_SERVER_DOMAIN=flat-api-dev.whiteboard.agora.io
22
UPDATE_DOMAIN=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/versions
33
FLAT_WEB_DOMAIN=flat-web-dev.whiteboard.agora.io
44

5-
FLAT_DOWNLOAD_URL=https://www.flat.shengwang.cn/#download
5+
FLAT_DOWNLOAD_URL=https://www.flat.apprtc.cn/#download
66
FEEDBACK_URL=https://www.yuque.com/leooel/ec1kmm/vmsolg
77

88
CLOUD_RECORDING_DEFAULT_AVATAR=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/flat-resources/cloud-recording/default-avatar.jpg

config/CN/.env.production

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FLAT_SERVER_DOMAIN=api.flat.shengwang.cn
1+
FLAT_SERVER_DOMAIN=api.flat.apprtc.cn
22
UPDATE_DOMAIN=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/versions
3-
FLAT_WEB_DOMAIN=web.flat.shengwang.cn
3+
FLAT_WEB_DOMAIN=web.flat.apprtc.cn
44

5-
FLAT_DOWNLOAD_URL=https://www.flat.shengwang.cn/#download
5+
FLAT_DOWNLOAD_URL=https://www.flat.apprtc.cn/#download
66
FEEDBACK_URL=https://www.yuque.com/leooel/ec1kmm/vmsolg
77

88
CLOUD_RECORDING_DEFAULT_AVATAR=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/flat-resources/cloud-recording/default-avatar.jpg

desktop/renderer-app/src/constants/process.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const FLAT_WEB_DOMAIN = process.env.FLAT_WEB_DOMAIN;
55

66
export const FLAT_WEB_BASE_URL = `https://${FLAT_WEB_DOMAIN}`;
77

8-
export const PRIVACY_URL_CN = "https://www.flat.shengwang.cn/privacy.html";
8+
export const PRIVACY_URL_CN = "https://www.flat.apprtc.cn/privacy.html";
99
export const PRIVACY_URL_EN = "https://flat.whiteboard.agora.io/en/privacy.html";
1010

11-
export const SERVICE_URL_CN = "https://www.flat.shengwang.cn/service.html";
11+
export const SERVICE_URL_CN = "https://www.flat.apprtc.cn/service.html";
1212
export const SERVICE_URL_EN = "https://flat.whiteboard.agora.io/en/service.html";

packages/flat-pages/src/constants/process.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ export const NODE_ENV = process.env.NODE_ENV;
22

33
export const FLAT_DOWNLOAD_URL = process.env.FLAT_DOWNLOAD_URL;
44

5-
export const PRIVACY_URL_CN = "https://www.flat.shengwang.cn/privacy.html";
5+
export const PRIVACY_URL_CN = "https://www.flat.apprtc.cn/privacy.html";
66
export const PRIVACY_URL = "https://flat.whiteboard.agora.io/en/privacy.html";
77

8-
export const SERVICE_URL_CN = "https://www.flat.shengwang.cn/service.html";
8+
export const SERVICE_URL_CN = "https://www.flat.apprtc.cn/service.html";
99
export const SERVICE_URL = "https://flat.whiteboard.agora.io/en/service.html";
1010

1111
export const FLAT_WEB_BASE_URL = `https://${process.env.FLAT_WEB_DOMAIN}`;

0 commit comments

Comments
 (0)