Temperature parameters can be customized (#1162)

* Temperature parameters can be customized

* fix typo

* update to 1.105.22

* Update index.html
This commit is contained in:
Dyxang 2024-11-07 21:23:38 +08:00 committed by GitHub
parent 91dc16878e
commit ca8e723006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 8 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.105.21";
const VERSION = "1.105.22";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{