perf: 构建工具调整

This commit is contained in:
TsMask
2025-03-19 11:33:28 +08:00
parent 5040a5ae40
commit 47d2818cc8
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ $OMCBinFile -c $confFile --sqlPath $OMCEtcDir/database/$MODE/$T_PARAM --sqlSourc
# ========================= Customize
if [[ "$T_PARAM" == "install" ]]; then
if [[ "$T_PARAM" == "install" && -d $OMCEtcDir/vendor ]]; then
cp -rf $OMCEtcDir/vendor/$VENDORS/web/* $OMCEtcDir/web/background
cp -rf $OMCEtcDir/vendor/$VENDORS/static/* /usr/local/omc/static
$OMCBinFile -c $confFile --sqlPath $OMCEtcDir/vendor/$VENDORS/database/$MODE/customized.sql --sqlSource $MODE

View File

@@ -5,7 +5,7 @@ serverMode: "system"
# 登录认证,默认打开
serverLoginAuth: true
# 接口加密,默认关闭
serverCryptoApi: false
serverCryptoApi: false
# 日志
logger: