release: v0.1.3

This commit is contained in:
2026-04-03 14:24:29 +08:00
parent 98839e9782
commit 83ee4bb5ea
14 changed files with 413 additions and 132 deletions

View File

@@ -33,16 +33,20 @@ git status
**推荐使用 [Taskfile](https://taskfile.dev/) 进行项目构建**
调试模式下可通过环境变量开启本地代理/跳过 SSL 校验:
可通过环境变量配置本地代理 / 跳过 SSL 校验,但只有在设置页手动开启调试后才会生效
```shell
CKWK_DEBUG_PROXY=http://127.0.0.1:9000
CKWK_DEBUG_SKIP_SSL_VERIFY=true
```
`release` 模式下会自动忽略这两个调试开关。
也可以通过环境变量让后端启动时默认开启调试:
调试日志 WS 仅在 `debug` 模式开启,连接地址:
```shell
CKWK_DEBUG_ENABLED=true
```
调试日志 WS 在后端调试已开启时可用,连接地址:
```shell
ws://127.0.0.1:8080/api/debug/logs/ws