🛸 Sync 2026-04-09 03:24:04

This commit is contained in:
github-actions[bot] 2026-04-09 03:24:04 +08:00
parent 728e30d285
commit cb2c5d9537

View File

@ -50,7 +50,7 @@ process_url() {
# 去除首尾空格
gsub(/^[[:space:]]+|[[:space:]]+$/, "")
# 跳过注释和空行
if ($0 ~ /^#/ || $0 == "") next
if ($0 ~ /^#/ || $0 ~ /^!/ || $0 == "") next
# 前20行探测格式
if (sample_count < 20) {