-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): setup experimental i18n schema
- Loading branch information
Showing
5 changed files
with
66 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
root: 前端页面的根目录。 | ||
uiPath: 前端页面呈现的路径。 | ||
apiPath: 后端 API 服务的路径。 | ||
selfUrl: Koishi 服务暴露在公网的地址。 | ||
open: 在应用启动后自动在浏览器中打开控制台。 | ||
heartbeat: | ||
interval: 心跳发送间隔 (单位毫秒)。 | ||
timeout: 心跳超时时间 (单位毫秒)。 | ||
devMode: 启用调试模式 (仅供开发者使用)。 | ||
cacheDir: 调试服务器缓存目录。 |