Commit aa031059 authored by AU-Pro-mac's avatar AU-Pro-mac

init --03

parent 9ef2a8eb
...@@ -14,4 +14,4 @@ yarn-error.log ...@@ -14,4 +14,4 @@ yarn-error.log
yarn.lock yarn.lock
.cache .cache
packages/**/package-lock.json packages/**/package-lock.json
copyJs.js scripts/copyJs.js
...@@ -986,6 +986,16 @@ ...@@ -986,6 +986,16 @@
"dev": true, "dev": true,
"optional": true "optional": true
}, },
"bindings": {
"version": "1.5.0",
"resolved": "http://npm.dui88.com:80/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=",
"dev": true,
"optional": true,
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"bl": { "bl": {
"version": "1.2.3", "version": "1.2.3",
"resolved": "http://npm.dui88.com:80/bl/-/bl-1.2.3.tgz", "resolved": "http://npm.dui88.com:80/bl/-/bl-1.2.3.tgz",
...@@ -4882,6 +4892,13 @@ ...@@ -4882,6 +4892,13 @@
"thenify-all": "^1.0.0" "thenify-all": "^1.0.0"
} }
}, },
"nan": {
"version": "2.14.1",
"resolved": "http://npm.dui88.com:80/nan/-/nan-2.14.1.tgz",
"integrity": "sha1-174036MQW5FJTDFHCJMV7/iHSwE=",
"dev": true,
"optional": true
},
"nanomatch": { "nanomatch": {
"version": "1.2.13", "version": "1.2.13",
"resolved": "http://npm.dui88.com:80/nanomatch/-/nanomatch-1.2.13.tgz", "resolved": "http://npm.dui88.com:80/nanomatch/-/nanomatch-1.2.13.tgz",
...@@ -8178,7 +8195,11 @@ ...@@ -8178,7 +8195,11 @@
"resolved": "http://npm.dui88.com:80/fsevents/-/fsevents-1.2.13.tgz", "resolved": "http://npm.dui88.com:80/fsevents/-/fsevents-1.2.13.tgz",
"integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=",
"dev": true, "dev": true,
"optional": true "optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
}, },
"glob-parent": { "glob-parent": {
"version": "3.1.0", "version": "3.1.0",
...@@ -8709,7 +8730,11 @@ ...@@ -8709,7 +8730,11 @@
"resolved": "http://npm.dui88.com:80/fsevents/-/fsevents-1.2.13.tgz", "resolved": "http://npm.dui88.com:80/fsevents/-/fsevents-1.2.13.tgz",
"integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=", "integrity": "sha1-8yXLBFVZJCi88Rs4M3DvcOO/zDg=",
"dev": true, "dev": true,
"optional": true "optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
}, },
"glob-parent": { "glob-parent": {
"version": "3.1.0", "version": "3.1.0",
......
var fs = require("fs");
// fs.writeFileSync(
// "./released/output.js",
// fs.readFileSync("./output.js")
// )
// var endPath = 'D:/duibaGame/测试项目0527/taobaominiTest/client/pages/index1/';
var endPath = '/Users/wanghongyuan/new_taobao/taobao_mini/client/pages/pagecanvas/';
var version = Math.round(new Date().getTime() / 1000);
// fs.writeFileSync(endPath + "output." + version + ".js", fs.readFileSync("./released/output.js"));
fs.writeFileSync(endPath + "output.js", fs.readFileSync("./released/output.js"));
// console.log("js覆盖完成")
console.log(`版本号:
${version}`)
\ No newline at end of file
{ {
"pages": [ "pages": [
"pages/index/index",
"pages/pagecanvas/pagecanvas", "pages/pagecanvas/pagecanvas",
"pages/index/index",
"pages/pageshop/pageshop", "pages/pageshop/pageshop",
"pages/myprize/myprize" "pages/myprize/myprize"
], ],
......
{ {
"name": "", "name": "yd11_20200922",
"version": "1.0.0", "version": "1.0.0",
"main": "", "main": "",
"license": "MIT", "license": "MIT",
......
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