-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
20 lines (20 loc) · 941 Bytes
/
config.js
File metadata and controls
20 lines (20 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(function (global) {
global.CODEFLOW_CONFIG = {
appName: "码流(CodeFlow)",
appNameShort: "码流 CodeFlow",
appTagline: "指令成流,智能随行",
appTaglineEn: "Commands Flow, Intelligence Follows.",
appSubtagline: "手机驭 AI,指令达团队",
appSubtaglineEn: "Command AI from mobile, reach your team with precision.",
appSummary:
"码流(CodeFlow)——AI 驱动的人机协作中枢,用手机轻松驾驭 AI,让指令高效流转、直达团队。",
appSummaryEn:
"CodeFlow — AI-powered human-machine collaboration hub. Master AI from your mobile device, make commands flow efficiently and reach your team directly.",
appVersion: "2.4.65",
relayUrl: "wss://ai.chedian.cc/codeflow/ws/",
relayLabel: "公网正式中继",
roomKey: "codeflow-default",
autoConnect: true,
defaultTarget: "PM"
};
})(typeof self !== "undefined" ? self : window);