6.7.0 - Alpha10 - Fine tuning

This commit is contained in:
SuperMonster003
2025-11-07 19:28:19 +08:00
parent bc2f580e1c
commit 6186754327
8 changed files with 127 additions and 76 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
*.jks *.jks
*.log *.log
*.ffs_db *.ffs_db
*.patch
.DS_Store .DS_Store
.externalNativeBuild .externalNativeBuild

175
.utils/package-lock.json generated
View File

@@ -9,7 +9,7 @@
"domhandler": "^5.0.3", "domhandler": "^5.0.3",
"dotenv": "^17.2.2", "dotenv": "^17.2.2",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"puppeteer": "^24.17.1", "puppeteer": "^24.29.0",
"string-width": "^8.1.0", "string-width": "^8.1.0",
"strip-ansi": "^7.1.2" "strip-ansi": "^7.1.2"
}, },
@@ -32,9 +32,9 @@
} }
}, },
"node_modules/@babel/helper-validator-identifier": { "node_modules/@babel/helper-validator-identifier": {
"version": "7.27.1", "version": "7.28.5",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@@ -58,17 +58,17 @@
} }
}, },
"node_modules/@puppeteer/browsers": { "node_modules/@puppeteer/browsers": {
"version": "2.10.8", "version": "2.10.13",
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.8.tgz", "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.13.tgz",
"integrity": "sha512-f02QYEnBDE0p8cteNoPYHHjbDuwyfbe4cCIVlNi8/MRicIxFW4w4CfgU0LNgWEID6s06P+hRJ1qjpBLMhPRCiQ==", "integrity": "sha512-a9Ruw3j3qlnB5a/zHRTkruppynxqaeE4H9WNj5eYGRWqw0ZauZ23f4W2ARf3hghF5doozyD+CRtt7XSYuYRI/Q==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"debug": "^4.4.1", "debug": "^4.4.3",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"progress": "^2.0.3", "progress": "^2.0.3",
"proxy-agent": "^6.5.0", "proxy-agent": "^6.5.0",
"semver": "^7.7.2", "semver": "^7.7.3",
"tar-fs": "^3.1.0", "tar-fs": "^3.1.1",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"bin": { "bin": {
@@ -85,13 +85,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "24.3.0", "version": "24.10.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz",
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
"license": "MIT", "license": "MIT",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"undici-types": "~7.10.0" "undici-types": "~7.16.0"
} }
}, },
"node_modules/@types/yauzl": { "node_modules/@types/yauzl": {
@@ -159,28 +159,45 @@
} }
}, },
"node_modules/b4a": { "node_modules/b4a": {
"version": "1.6.7", "version": "1.7.3",
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.3.tgz",
"integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", "integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
"license": "Apache-2.0" "license": "Apache-2.0",
"peerDependencies": {
"react-native-b4a": "*"
},
"peerDependenciesMeta": {
"react-native-b4a": {
"optional": true
}
}
}, },
"node_modules/bare-events": { "node_modules/bare-events": {
"version": "2.6.1", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.6.1.tgz", "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.1.tgz",
"integrity": "sha512-AuTJkq9XmE6Vk0FJVNq5QxETrSA/vKHarWVBG5l/JbdCL1prJemiyJqUS0jrlXO0MftuPq4m3YVYhoNc5+aE/g==", "integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"optional": true "peerDependencies": {
"bare-abort-controller": "*"
},
"peerDependenciesMeta": {
"bare-abort-controller": {
"optional": true
}
}
}, },
"node_modules/bare-fs": { "node_modules/bare-fs": {
"version": "4.2.1", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.2.1.tgz", "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.0.tgz",
"integrity": "sha512-mELROzV0IhqilFgsl1gyp48pnZsaV9xhQapHLDsvn4d4ZTfbFhcghQezl7FTEDNBcGqLUnNI3lUlm6ecrLWdFA==", "integrity": "sha512-GljgCjeupKZJNetTqxKaQArLK10vpmK28or0+RwWjEl5Rk+/xG3wkpmkv+WrcBm3q1BwHKlnhXzR8O37kcvkXQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"bare-events": "^2.5.4", "bare-events": "^2.5.4",
"bare-path": "^3.0.0", "bare-path": "^3.0.0",
"bare-stream": "^2.6.4" "bare-stream": "^2.6.4",
"bare-url": "^2.2.2",
"fast-fifo": "^1.3.2"
}, },
"engines": { "engines": {
"bare": ">=1.16.0" "bare": ">=1.16.0"
@@ -236,6 +253,16 @@
} }
} }
}, },
"node_modules/bare-url": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
"integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
"license": "Apache-2.0",
"optional": true,
"dependencies": {
"bare-path": "^3.0.0"
}
},
"node_modules/basic-ftp": { "node_modules/basic-ftp": {
"version": "5.0.5", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
@@ -312,9 +339,9 @@
} }
}, },
"node_modules/chromium-bidi": { "node_modules/chromium-bidi": {
"version": "8.0.0", "version": "10.5.1",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-8.0.0.tgz", "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-10.5.1.tgz",
"integrity": "sha512-d1VmE0FD7lxZQHzcDUCKZSNRtRwISXDsdg4HjdTR5+Ll5nQ/vzU12JeNmupD6VWffrPSlrnGhEWlLESKH3VO+g==", "integrity": "sha512-rlj6OyhKhVTnk4aENcUme3Jl9h+cq4oXu4AzBcvr8RMmT6BR4a3zSNT9dbIfXr9/BS6ibzRyDhowuw4n2GgzsQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"mitt": "^3.0.1", "mitt": "^3.0.1",
@@ -455,9 +482,9 @@
} }
}, },
"node_modules/debug": { "node_modules/debug": {
"version": "4.4.1", "version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ms": "^2.1.3" "ms": "^2.1.3"
@@ -486,9 +513,9 @@
} }
}, },
"node_modules/devtools-protocol": { "node_modules/devtools-protocol": {
"version": "0.0.1475386", "version": "0.0.1521046",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1475386.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1521046.tgz",
"integrity": "sha512-RQ809ykTfJ+dgj9bftdeL2vRVxASAuGU+I9LEx9Ij5TXU5HrgAQVmzi72VA+mkzscE12uzlRv5/tWWv9R9J1SA==", "integrity": "sha512-vhE6eymDQSKWUXwwA37NtTTVEzjtGVfDr3pRbsWEQ5onH/Snp2c+2xZHWJJawG/0hCCJLRGt4xVtEVUVILol4w==",
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/dom-serializer": { "node_modules/dom-serializer": {
@@ -608,9 +635,9 @@
} }
}, },
"node_modules/error-ex": { "node_modules/error-ex": {
"version": "1.3.2", "version": "1.3.4",
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"is-arrayish": "^0.2.1" "is-arrayish": "^0.2.1"
@@ -677,6 +704,15 @@
"node": ">=0.10.0" "node": ">=0.10.0"
} }
}, },
"node_modules/events-universal": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
"integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
"license": "Apache-2.0",
"dependencies": {
"bare-events": "^2.7.0"
}
},
"node_modules/extract-zip": { "node_modules/extract-zip": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
@@ -1202,17 +1238,17 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "24.17.1", "version": "24.29.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.17.1.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.29.0.tgz",
"integrity": "sha512-KIuX0w+0um4TUbm55yFl2WIsbgjya2BHIgW9ylTuhavtwjXCOM7lMo9oLR1jQnCxrFvm9h/Yeb+zfs4nlgntPg==", "integrity": "sha512-1F8Jh32IxpIYvL1NflR/DyT6xPGM136M9I1noWYY24zOVt/q/zr0TJr/7rO6IUCO9+Np1twzqJQVyTC3QixbhQ==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@puppeteer/browsers": "2.10.8", "@puppeteer/browsers": "2.10.13",
"chromium-bidi": "8.0.0", "chromium-bidi": "10.5.1",
"cosmiconfig": "^9.0.0", "cosmiconfig": "^9.0.0",
"devtools-protocol": "0.0.1475386", "devtools-protocol": "0.0.1521046",
"puppeteer-core": "24.17.1", "puppeteer-core": "24.29.0",
"typed-query-selector": "^2.12.0" "typed-query-selector": "^2.12.0"
}, },
"bin": { "bin": {
@@ -1223,16 +1259,17 @@
} }
}, },
"node_modules/puppeteer-core": { "node_modules/puppeteer-core": {
"version": "24.17.1", "version": "24.29.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.17.1.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.29.0.tgz",
"integrity": "sha512-Msh/kf9k1XFN0wuKiT4/npMmMWOT7kPBEUw01gWvRoKOOoz3It9TEmWjnt4Gl4eO+p73VMrvR+wfa0dm9rfxjw==", "integrity": "sha512-WTxTpGBJMETB4tQ8heMK9XozjpmCNfoA8iov8H65upwhoQpcosZWGTZkPFNndEjILww9IKg/mbTlg8BnZ8L6wQ==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@puppeteer/browsers": "2.10.8", "@puppeteer/browsers": "2.10.13",
"chromium-bidi": "8.0.0", "chromium-bidi": "10.5.1",
"debug": "^4.4.1", "debug": "^4.4.3",
"devtools-protocol": "0.0.1475386", "devtools-protocol": "0.0.1521046",
"typed-query-selector": "^2.12.0", "typed-query-selector": "^2.12.0",
"webdriver-bidi-protocol": "0.3.8",
"ws": "^8.18.3" "ws": "^8.18.3"
}, },
"engines": { "engines": {
@@ -1264,9 +1301,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/semver": { "node_modules/semver": {
"version": "7.7.2", "version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
"license": "ISC", "license": "ISC",
"bin": { "bin": {
"semver": "bin/semver.js" "semver": "bin/semver.js"
@@ -1324,16 +1361,14 @@
} }
}, },
"node_modules/streamx": { "node_modules/streamx": {
"version": "2.22.1", "version": "2.23.0",
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.1.tgz", "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
"integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==", "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"events-universal": "^1.0.0",
"fast-fifo": "^1.3.2", "fast-fifo": "^1.3.2",
"text-decoder": "^1.1.0" "text-decoder": "^1.1.0"
},
"optionalDependencies": {
"bare-events": "^2.2.0"
} }
}, },
"node_modules/string-width": { "node_modules/string-width": {
@@ -1368,9 +1403,9 @@
} }
}, },
"node_modules/tar-fs": { "node_modules/tar-fs": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.0.tgz", "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
"integrity": "sha512-5Mty5y/sOF1YWj1J6GiBodjlDc05CUR8PKXrsnFAiSG0xA+GHeWLovaZPYUDXkH/1iKRf2+M5+OrRgzC7O9b7w==", "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"pump": "^3.0.0", "pump": "^3.0.0",
@@ -1423,9 +1458,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "7.10.0", "version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"license": "MIT", "license": "MIT",
"optional": true "optional": true
}, },
@@ -1438,6 +1473,12 @@
"node": ">= 8" "node": ">= 8"
} }
}, },
"node_modules/webdriver-bidi-protocol": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.3.8.tgz",
"integrity": "sha512-21Yi2GhGntMc671vNBCjiAeEVknXjVRoyu+k+9xOMShu+ZQfpGQwnBqbNz/Sv4GXZ6JmutlPAi2nIJcrymAWuQ==",
"license": "Apache-2.0"
},
"node_modules/whatwg-encoding": { "node_modules/whatwg-encoding": {
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",

View File

@@ -5,7 +5,7 @@
"domhandler": "^5.0.3", "domhandler": "^5.0.3",
"dotenv": "^17.2.2", "dotenv": "^17.2.2",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"puppeteer": "^24.17.1", "puppeteer": "^24.29.0",
"string-width": "^8.1.0", "string-width": "^8.1.0",
"strip-ansi": "^7.1.2" "strip-ansi": "^7.1.2"
}, },

View File

@@ -323,6 +323,8 @@ object Inspect : Augmentable(), Invokable {
if (isReferenceRhino(value)) { if (isReferenceRhino(value)) {
var cur: Scriptable = value var cur: Scriptable = value
val objProtoForJs: Scriptable? = ScriptableObject.getObjectPrototype(cur) val objProtoForJs: Scriptable? = ScriptableObject.getObjectPrototype(cur)
val arrProtoForJs: Scriptable? = ScriptableObject.getArrayPrototype(cur)
val funcProtoForJs: Scriptable? = ScriptableObject.getFunctionPrototype(cur)
val objProtoForAugmentable: Scriptable = RhinoUtils.objectPrototype val objProtoForAugmentable: Scriptable = RhinoUtils.objectPrototype
val arrProtoForAugmentable: Scriptable = RhinoUtils.arrayPrototype val arrProtoForAugmentable: Scriptable = RhinoUtils.arrayPrototype
val funcProtoForAugmentable: Scriptable = RhinoUtils.functionPrototype val funcProtoForAugmentable: Scriptable = RhinoUtils.functionPrototype
@@ -346,9 +348,9 @@ object Inspect : Augmentable(), Invokable {
// zh-CN: 标准 Java Object#toString 或等价实现, 视为未自定义, 跳过自定义判定. // zh-CN: 标准 Java Object#toString 或等价实现, 视为未自定义, 跳过自定义判定.
return@run false return@run false
} }
if (fn === objProtoForJs?.get("toString")) { if (fn === objProtoForJs?.get("toString") || fn === arrProtoForJs?.get("toString") || fn === funcProtoForJs?.get("toString")) {
// Standard JavaScript Object.prototype.toString or equivalent implementation, skip custom check. // Standard JavaScript (Object/Array/Function).prototype.toString or equivalent implementation, skip custom check.
// zh-CN: 标准 JavaScript Object.prototype.toString 或等价实现, 视为未自定义, 跳过自定义判定. // zh-CN: 标准 JavaScript (Object/Array/Function).prototype.toString 或等价实现, 视为未自定义, 跳过自定义判定.
return@run false return@run false
} }
val augmentableToStringList = listOf( val augmentableToStringList = listOf(
@@ -599,7 +601,7 @@ object Inspect : Augmentable(), Invokable {
ctx.stylize(content, "string") ctx.stylize(content, "string")
} }
value is Number -> { value is Number -> {
ctx.stylize(value.toString(), "number") ctx.stylize(Context.toString(value), "number")
} }
value is Boolean -> { value is Boolean -> {
ctx.stylize(Context.toString(value), "boolean") ctx.stylize(Context.toString(value), "boolean")

View File

@@ -147,7 +147,6 @@ object IntentUtils {
false false
} }
@JvmStatic @JvmStatic
@JvmOverloads @JvmOverloads
fun getUriOfFile(context: Context, path: String?, fileProviderAuthority: String? = AppFileProvider.AUTHORITY): Uri { fun getUriOfFile(context: Context, path: String?, fileProviderAuthority: String? = AppFileProvider.AUTHORITY): Uri {

View File

@@ -69,18 +69,25 @@ object RhinoUtils {
/** [Long]: 2^53 - 1. */ /** [Long]: 2^53 - 1. */
const val MAX_SAFE_INT_IEEE754_L = 9_007_199_254_740_991L const val MAX_SAFE_INT_IEEE754_L = 9_007_199_254_740_991L
/** [Long]: -(2^53 - 1). */ /** [Long]: -(2^53 - 1). */
const val MIN_SAFE_INT_IEEE754_L = -9_007_199_254_740_991L const val MIN_SAFE_INT_IEEE754_L = -9_007_199_254_740_991L
/** [Double]: 2^53 - 1. */ /** [Double]: 2^53 - 1. */
const val MAX_SAFE_INT_IEEE754_D = 9_007_199_254_740_991.0 const val MAX_SAFE_INT_IEEE754_D = 9_007_199_254_740_991.0
/** [Double]: -(2^53 - 1). */ /** [Double]: -(2^53 - 1). */
const val MIN_SAFE_INT_IEEE754_D = -9_007_199_254_740_991.0 const val MIN_SAFE_INT_IEEE754_D = -9_007_199_254_740_991.0
/** [java.math.BigDecimal]: 2^53 - 1. */ /** [java.math.BigDecimal]: 2^53 - 1. */
val MAX_SAFE_INT_IEEE754_BD = MAX_SAFE_INT_IEEE754_D.toBigDecimal() val MAX_SAFE_INT_IEEE754_BD = MAX_SAFE_INT_IEEE754_D.toBigDecimal()
/** [java.math.BigDecimal]: -(2^53 - 1). */ /** [java.math.BigDecimal]: -(2^53 - 1). */
val MIN_SAFE_INT_IEEE754_BD = MIN_SAFE_INT_IEEE754_D.toBigDecimal() val MIN_SAFE_INT_IEEE754_BD = MIN_SAFE_INT_IEEE754_D.toBigDecimal()
/** [java.math.BigInteger]: 2^53 - 1. */ /** [java.math.BigInteger]: 2^53 - 1. */
val MAX_SAFE_INT_IEEE754_BI = MAX_SAFE_INT_IEEE754_L.toBigInteger() val MAX_SAFE_INT_IEEE754_BI = MAX_SAFE_INT_IEEE754_L.toBigInteger()
/** [java.math.BigInteger]: -(2^53 - 1). */ /** [java.math.BigInteger]: -(2^53 - 1). */
val MIN_SAFE_INT_IEEE754_BI = MIN_SAFE_INT_IEEE754_L.toBigInteger() val MIN_SAFE_INT_IEEE754_BI = MIN_SAFE_INT_IEEE754_L.toBigInteger()

View File

@@ -1,5 +1,5 @@
#Fri Oct 31 23:54:47 GMT+8 2025 #Fri Nov 07 07:37:56 GMT+8 2025
9.0.0-alpha13 9.0.0-alpha14
8.13.0 8.13.0
8.12.3 8.12.3
8.11.2 8.11.2

View File

@@ -1,4 +1,5 @@
#Fri Oct 31 23:54:02 GMT+8 2025 #Fri Nov 07 18:08:42 GMT+8 2025
252.27397.103.2522.14395761=2025.2.2.4
252.25557.131.2522.14357309=2025.2.2.3 252.25557.131.2522.14357309=2025.2.2.3
252.25557.131.2522.14326795=2025.2.2.2 252.25557.131.2522.14326795=2025.2.2.2
252.25557.131.2522.14279661=2025.2.2.1 252.25557.131.2522.14279661=2025.2.2.1