Commit 849caf74 authored by wang's avatar wang

ws 测试

parent 87cd3458
...@@ -1134,6 +1134,7 @@ try { ...@@ -1134,6 +1134,7 @@ try {
let body = JSON.stringify(result); let body = JSON.stringify(result);
// body = stringToHex(encodeURIComponent(body)) // body = stringToHex(encodeURIComponent(body))
// console.log(2, body.length) // console.log(2, body.length)
console.log(body)
// /collect // /collect
// fetch("https://stage.unififi.com/env/shape", { // fetch("https://stage.unififi.com/env/shape", {
......
This diff is collapsed.
...@@ -393,7 +393,8 @@ setTimeout(r=> { ...@@ -393,7 +393,8 @@ setTimeout(r=> {
}) })
logger.success(f'添加成功 {success}') logger.success(f'添加成功 {success}')
time.sleep(10)
# time.sleep(3) # time.sleep(3)
except Exception as e: except Exception as e:
print(e) print(e)
time.sleep(10)
This diff is collapsed.
This diff is collapsed.
...@@ -7750,7 +7750,7 @@ Object.defineProperties(MediaQueryList.prototype, { ...@@ -7750,7 +7750,7 @@ Object.defineProperties(MediaQueryList.prototype, {
// matches: {"value":0,"writable":true,"enumerable":true,"configurable":false}, // matches: {"value":0,"writable":true,"enumerable":true,"configurable":false},
matches: { matches: {
get() { get() {
medias.push(this.type[0]); medias.push(this.type);
// return _random() > 0.5 ? true: false // return _random() > 0.5 ? true: false
let t = window.ENV.matchmedias[this.type]; let t = window.ENV.matchmedias[this.type];
if (t === undefined) { 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