This commit is contained in:
Faker
2026-03-31 15:52:29 +08:00
parent 40319eb5cc
commit 6496e2db2f
428 changed files with 2360 additions and 27666 deletions

View File

@@ -20,11 +20,11 @@ dir_log="$dir_root/log"
# 自动配置 sendNotify.js
if [[ "${AUTOCFG:-}" == 'true' ]]; then
if [[ -z "$(pwd | grep 'main')" ]]; then
dir_code="$dir_log/shufflewzc_faker2_jd_sharecode"
repo='shufflewzc_faker2'
dir_code="$dir_log/shufflewzc_faker4_jd_sharecode"
repo='shufflewzc_faker4'
else
dir_code="$dir_log/shufflewzc_faker2_main_jd_sharecode"
repo='shufflewzc_faker2_main'
dir_code="$dir_log/shufflewzc_faker4_main_jd_sharecode"
repo='shufflewzc_faker4_main'
fi
[[ -d "$dir_root/data" ]] && dir_data="$dir_root/data"