fix: handle.js syntax error causing niuniu dealer page crash

- Line 1953: `ctb.{strokeStyle = "#ff2202";}` → `ctb.strokeStyle = "#ff2202";`
  This typo from Dragon 7 bead road styling broke the entire JS parser
- Bump VERSION_V to v10.0.9 to force browser cache refresh
This commit is contained in:
testadmin
2026-05-14 11:15:02 +08:00
parent 0f571f21ec
commit 710bb45614
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
//应用公共文件
// 版本号
define('VERSION_V','?ver=v10.0.8');
define('VERSION_V','?ver=v10.0.9');
// 强制加载中文语言包
\think\facade\Lang::load(__DIR__ . '/lang/zh-cn.php');