We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b1a28 commit d9d7752Copy full SHA for d9d7752
backend/config/yaml/config.prod.yaml
@@ -3,7 +3,7 @@ app:
3
defaultPageSize: 20 # 默认分页条数
4
maxPageSize: 500 # 最大分页条数
5
appName: "chatcat"
6
- version: "v0.1.2" # 当前版本
+ version: "v0.1.3" # 当前版本
7
description: "一个好用的chatGPT客户端工具"
8
versionNewMsg: "当前已经是最新版本!"
9
versionOldMsg: "最新版本: %s, 是否立即更新?"
backend/config/yaml/config.test.yaml
0 commit comments