Commit faa0505f authored by haiyoucuv's avatar haiyoucuv

init

parent 18df89bd
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,4 +7,4 @@ export function isIos() { ...@@ -7,4 +7,4 @@ export function isIos() {
export function isType1() { export function isType1() {
return +getUrlParams("type") == 1; return +getUrlParams("type") == 1;
} }
\ No newline at end of file
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"dependencies": {} "dependencies": {}
}, },
"dependencies": { "dependencies": {
"@cocos/creator-types": "^3.8.4",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/zepto": "^1.0.36", "@types/zepto": "^1.0.36",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
# yarn lockfile v1 # yarn lockfile v1
"@cocos/creator-types@^3.8.4":
version "3.8.4"
resolved "https://registry.npmmirror.com/@cocos/creator-types/-/creator-types-3.8.4.tgz#a4486dcfe58d30b348c030eaaf30e3e09a59ccd9"
integrity sha512-z+8qx726Zl/8rUUpbLjVAiNPn4XweRACEaY1vHeR3EHIcSQ9wtFlIFd2SZX5rOE8lt1S95nxv8OeLYXfbN4/2Q==
"@types/crypto-js@^4.2.2": "@types/crypto-js@^4.2.2":
version "4.2.2" version "4.2.2"
resolved "http://npm.dui88.com:80/@types%2fcrypto-js/-/crypto-js-4.2.2.tgz" resolved "http://npm.dui88.com:80/@types%2fcrypto-js/-/crypto-js-4.2.2.tgz"
......
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