Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Z_05_nxuan1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
Z_05_nxuan1
Commits
5ea50e42
Commit
5ea50e42
authored
Sep 14, 2020
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 打包发布
parent
c6031508
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
5 deletions
+29
-5
.gitignore
form/.gitignore
+0
-1
package-lock.json
form/package-lock.json
+27
-2
.keep
form/publish/.keep
+0
-0
form.zip
form/publish/form.zip
+0
-0
builder.json
play/settings/builder.json
+1
-1
project.json
play/settings/project.json
+1
-1
No files found.
form/.gitignore
View file @
5ea50e42
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
# dependencies
# dependencies
/node_modules
/node_modules
/publish
# profiling files
# profiling files
chrome-profiler-events*.json
chrome-profiler-events*.json
...
...
form/package-lock.json
View file @
5ea50e42
...
@@ -2361,6 +2361,16 @@
...
@@ -2361,6 +2361,16 @@
"integrity"
:
"sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="
,
"integrity"
:
"sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="
,
"dev"
:
true
"dev"
:
true
},
},
"bindings"
:
{
"version"
:
"1.5.0"
,
"resolved"
:
"https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz"
,
"integrity"
:
"sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ=="
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"file-uri-to-path"
:
"1.0.0"
}
},
"bl"
:
{
"bl"
:
{
"version"
:
"1.2.2"
,
"version"
:
"1.2.2"
,
"resolved"
:
"https://registry.npmjs.org/bl/-/bl-1.2.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/bl/-/bl-1.2.2.tgz"
,
...
@@ -7489,6 +7499,13 @@
...
@@ -7489,6 +7499,13 @@
"rimraf"
:
"^2.6.1"
"rimraf"
:
"^2.6.1"
}
}
},
},
"nan"
:
{
"version"
:
"2.14.1"
,
"resolved"
:
"https://registry.npmjs.org/nan/-/nan-2.14.1.tgz"
,
"integrity"
:
"sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="
,
"dev"
:
true
,
"optional"
:
true
},
"nanomatch"
:
{
"nanomatch"
:
{
"version"
:
"1.2.13"
,
"version"
:
"1.2.13"
,
"resolved"
:
"https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz"
,
"resolved"
:
"https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz"
,
...
@@ -12190,7 +12207,11 @@
...
@@ -12190,7 +12207,11 @@
"resolved"
:
"https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
,
"resolved"
:
"https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
,
"integrity"
:
"sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
,
"integrity"
:
"sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
"optional"
:
true
,
"requires"
:
{
"bindings"
:
"^1.5.0"
,
"nan"
:
"^2.12.1"
}
},
},
"is-binary-path"
:
{
"is-binary-path"
:
{
"version"
:
"1.0.1"
,
"version"
:
"1.0.1"
,
...
@@ -12556,7 +12577,11 @@
...
@@ -12556,7 +12577,11 @@
"resolved"
:
"https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
,
"resolved"
:
"https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
,
"integrity"
:
"sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
,
"integrity"
:
"sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw=="
,
"dev"
:
true
,
"dev"
:
true
,
"optional"
:
true
"optional"
:
true
,
"requires"
:
{
"bindings"
:
"^1.5.0"
,
"nan"
:
"^2.12.1"
}
},
},
"is-absolute-url"
:
{
"is-absolute-url"
:
{
"version"
:
"3.0.3"
,
"version"
:
"3.0.3"
,
...
...
form/publish/.keep
0 → 100644
View file @
5ea50e42
form/publish/form.zip
0 → 100644
View file @
5ea50e42
File added
play/settings/builder.json
View file @
5ea50e42
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
"upsideDown"
:
false
"upsideDown"
:
false
},
},
"webOrientation"
:
"auto"
,
"webOrientation"
:
"auto"
,
"inlineSpriteFrames"
:
tru
e
,
"inlineSpriteFrames"
:
fals
e
,
"inlineSpriteFrames_native"
:
true
,
"inlineSpriteFrames_native"
:
true
,
"mainCompressionType"
:
"default"
,
"mainCompressionType"
:
"default"
,
"mainIsRemote"
:
false
,
"mainIsRemote"
:
false
,
...
...
play/settings/project.json
View file @
5ea50e42
...
@@ -32,5 +32,5 @@
...
@@ -32,5 +32,5 @@
"enable"
:
false
"enable"
:
false
}
}
},
},
"last-module-event-record-time"
:
1
599035847551
"last-module-event-record-time"
:
1
600068378528
}
}
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