This commit is contained in:
yumoqing 2025-12-17 16:04:41 +08:00
parent 7ce8fc90c7
commit 10ca0ca526

View File

@ -55,8 +55,8 @@ bricks.HttpText = class {
this.params = { this.params = {
"_webbricks_":1, "_webbricks_":1,
"width":width, "_width":width,
"height":height, "_height":height,
"_is_mobile":is_mobile "_is_mobile":is_mobile
} }
} }