Commit Graph
2 Commits
Author SHA1 Message Date
hz4th_coder 21240dc108 fix: 替换模板中的默认IP地址为121.40.164.32
修复JavaScript代码中的默认IP值:
- localStorage.getItem('externalIp') || '192.168.2.17'
- 改为:|| '121.40.164.32'

确保所有默认值统一为正确的对外IP地址
2026-06-01 16:11:19 +08:00
hz4th_coder 7904117b1d fix: 添加 cron_expression_to_human 函数到 utils.py 2026-06-01 12:31:38 +08:00