This commit is contained in:
yumoqing 2024-10-26 16:32:39 +08:00
parent d85fb4cfc4
commit b1682a6c5f

View File

@ -57,7 +57,7 @@ bricks.HttpText = class {
"_webbricks_":1, "_webbricks_":1,
"width":width, "width":width,
"height":height, "height":height,
"_is_mobile":bricks.is_mobile() "_is_mobile":is_mobile
} }
} }
url_parse(url){ url_parse(url){