Update nodeloc_vps_autotest_ip.sh

This commit is contained in:
Jensfrank 2024-06-27 11:51:19 +08:00 committed by GitHub
parent 76584f31ef
commit 46ded0789b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,12 +161,11 @@ format_results() {
# 转义特殊字符
escaped_result=$(echo "$ip_quality_result" | sed 's/\\/\\\\/g; s/`/\\`/g; s/\$/\\$/g; s/\*/\\*/g; s/_/\\_/g')
# 使用 heredoc 并保持转义
cat << 'EOF' | sed "s/ESCAPED_RESULT/$escaped_result/" | iconv -f UTF-8 -t UTF-8//IGNORE > results.md
cat << EOF | iconv -f UTF-8 -t UTF-8//IGNORE > results.md
[tabs]
[tab="IP质量"]
\`\`\`
ESCAPED_RESULT
$escaped_result
\`\`\`
[/tab]
[/tabs]