6.7.0 - Alpha5 - 修复 timers.keepAlive 方法 timeout 参数功能无效的问题

This commit is contained in:
SuperMonster003
2025-09-12 14:29:52 +08:00
parent c5d02b399f
commit 335e12fd12
3 changed files with 17 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
],
"fix": [
"isJavaClass/isJavaPackage 等全局方法无效的问题",
"timers.keepAlive 方法 timeout 参数功能无效的问题",
"使用 XML 语法将 JavaScript 表达式作为属性值时, this 对象可能出现指向错误的问题",
"canvas 元素控件 setMaxFps 方法内部帧率计算错误",
"images.concat 方法纵向拼接时宽度值计算错误",