添加环境变量支持,允许自定义配置文件路径和数据存储路径,添加控制台输出的多语言支持 #1
+234
−29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
改动内容
环境变量支持
CONFIG_PATH环境变量:自定义配置文件路径DATA_DIR环境变量:自定义统计数据和日志存储目录GIT_CACHE_DIR环境变量:自定义 Git 仓库缓存目录多语言支持
locales/目录,包含中文 (zh-CN) 和英文 (en) 翻译文件LANG环境变量:切换控制台输出语言向后兼容
使用场景
此功能特别适用于:
测试情况