@hyext/builder-revues 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "loler",
6
6
  "homepage": "",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@hyext/preload": "^1.1.3",
28
- "@revues/cocos-web-adapter": "1.4.1",
29
- "@revues/code-compiler": "1.4.1",
30
- "@revues/web-sdk-core": "1.4.1",
28
+ "@revues/cocos-web-adapter": "1.4.2",
29
+ "@revues/code-compiler": "1.4.2",
30
+ "@revues/web-sdk-core": "1.4.2",
31
31
  "archiver": "^7.0.1",
32
32
  "axios": "^1.7.3",
33
33
  "chalk": "^2.4.2",
@@ -47,5 +47,5 @@
47
47
  "@types/ramda": "^0.29.11",
48
48
  "terser": "^5.31.0"
49
49
  },
50
- "gitHead": "ee6b7b0450b86d47c660de2143e2f77804b6ad60"
50
+ "gitHead": "581041d7194122223f3b8b127ba9d3622c67a725"
51
51
  }
@@ -17,7 +17,7 @@
17
17
  user-select:none;
18
18
  touch-callout:none;
19
19
  -webkit-touch-callout:none;
20
- background-color: #000;
20
+ background-color: #fff;
21
21
  overscroll-behavior: none;
22
22
  }
23
23
 
@@ -58,6 +58,7 @@
58
58
  flex-direction: column;
59
59
  margin: 0;
60
60
  padding: 0;
61
+ background-color: #fff;
61
62
  }
62
63
 
63
64
  * {