~重写管理配置文件功能并拆分6_core_config.sh

~增加通用框架文件 common.sh
~修复在线生成配置文件时日志功能失效的bug
This commit is contained in:
juewuy
2026-01-24 00:00:05 +08:00
parent a082c68a7b
commit ca72c5e1fc
12 changed files with 1292 additions and 1200 deletions

View File

@@ -1,3 +1,7 @@
[ -n "$__IS_LIB_LOGGER" ] && return
__IS_LIB_LOGGER=1
#日志工具
. "$CRASHDIR"/libs/web_json.sh
#$1日志内容$2显示颜色$3是否推送