This commit is contained in:
yumoqing 2026-05-27 13:40:13 +08:00
parent 2ccd47ea03
commit 6312ae8e22

View File

@ -41,6 +41,7 @@ bricks.HttpText = class {
headers = {};
this.headers = headers || {
"Accept":"text/html",
"client_uuid": bricks.app.deviceid
};
bricks.extend(this.headers, headers);
var width=0, height=0;