Commit 849caf74 authored by wang's avatar wang

ws 测试

parent 87cd3458
......@@ -1134,6 +1134,7 @@ try {
let body = JSON.stringify(result);
// body = stringToHex(encodeURIComponent(body))
// console.log(2, body.length)
console.log(body)
// /collect
// fetch("https://stage.unififi.com/env/shape", {
......
This diff is collapsed.
......@@ -393,7 +393,8 @@ setTimeout(r=> {
})
logger.success(f'添加成功 {success}')
time.sleep(10)
# time.sleep(3)
except Exception as e:
print(e)
time.sleep(10)
This diff is collapsed.
This diff is collapsed.
......@@ -7750,7 +7750,7 @@ Object.defineProperties(MediaQueryList.prototype, {
// matches: {"value":0,"writable":true,"enumerable":true,"configurable":false},
matches: {
get() {
medias.push(this.type[0]);
medias.push(this.type);
// return _random() > 0.5 ? true: false
let t = window.ENV.matchmedias[this.type];
if (t === undefined) {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment