fix the JS script error when escaping special characters to prevent special airport names from causing the script to fail to work (#3717)

* fix the JS script error

* update logs

* remove unused references

* update logs

* fix special escape test

* optimize:unescape of special characters in JS strings

* fix unaligned annotations

---------

Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com>
This commit is contained in:
Just want to protect you
2025-06-13 22:59:48 +08:00
committed by GitHub
parent 5858f05c13
commit 77fb40506f
2 changed files with 113 additions and 9 deletions

View File

@@ -37,6 +37,7 @@
- 修复编辑器中连字符处理问题
- 修复提权漏洞,改用带认证的 IPC 通信机制
- 修复静默启动无法使用自动轻量模式
- 修复 JS 脚本转义特殊字符报错
---