jingrow 7c464126a9 fix: 修复 f-string 语法错误
- 修复 f-string 中表达式解析错误
- 将计算移到 f-string 外面,避免语法错误
- 修复前: {len(additional_domains)} + 1} (语法错误)
- 修复后: total_domains = len(additional_domains) + 1; {total_domains}
2026-01-01 19:40:38 +00:00
2025-12-25 17:03:54 +00:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
2025-06-16 13:40:33 +08:00
Description
No description provided
269 KiB
Languages
Python 94.6%
Shell 4.6%
Lua 0.8%