fix: improve Chinese character display in HTML reports

- Fix JSON serialization to preserve Chinese characters instead of Unicode escaping
- Use SetEscapeHTML(false) in toJSON template function
- Apply safeHTML to prevent HTML entity encoding of Chinese text
- Now displays {"text":"连了又连"} instead of {"text":"连了又连"}
This commit is contained in:
lilong.129
2025-06-08 09:28:03 +08:00
parent 4053cc9985
commit 5f7698c6b4
2 changed files with 15 additions and 8 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2506080923
v5.0.0-beta-2506080929