Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
new_taobao
Commits
aa031059
Commit
aa031059
authored
Sep 22, 2020
by
AU-Pro-mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init --03
parent
9ef2a8eb
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
22 deletions
+30
-22
.gitignore
project/src/canvas/game/.gitignore
+1
-1
package-lock.json
project/src/canvas/game/package-lock.json
+27
-2
copyJs.js
project/src/canvas/game/scripts/copyJs.js
+0
-17
app.json
taobao_mini/client/app.json
+1
-1
package.json
taobao_mini/client/package.json
+1
-1
No files found.
project/src/canvas/game/.gitignore
View file @
aa031059
...
@@ -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
project/src/canvas/game/package-lock.json
View file @
aa031059
...
@@ -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"
,
...
...
project/src/canvas/game/scripts/copyJs.js
deleted
100644 → 0
View file @
9ef2a8eb
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
taobao_mini/client/app.json
View file @
aa031059
{
{
"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"
],
],
...
...
taobao_mini/client/package.json
View file @
aa031059
{
{
"name"
:
""
,
"name"
:
"
yd11_20200922
"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"main"
:
""
,
"main"
:
""
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment