Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
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
劳工
zeroing-editor
Commits
636c4b85
Commit
636c4b85
authored
Oct 29, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mock上传
parent
0fcc4e27
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
520 additions
and
45 deletions
+520
-45
info.json
mock/api/editor/info.json
+87
-0
index.js
mock/api/editor/info/index.js
+0
-9
data.json
mock/api/project/query/data.json
+12
-0
index.js
mock/api/project/query/data/index.js
+421
-27
data1.json
mock/api/project/query/data1.json
+0
-9
No files found.
mock/api/editor/info.json
0 → 100644
View file @
636c4b85
{
"success"
:
true
,
"data"
:
{
"name"
:
"Zeroing Editor"
,
"version"
:
"1.0.0"
,
"templates"
:
{
"builtin"
:
[
"blank"
],
"custom"
:
[]
},
"processes"
:
[
{
"id"
:
"entry"
,
"name"
:
"Entry"
,
"group"
:
"base"
,
"options"
:
{},
"output"
:
[
"success"
]
},
{
"id"
:
"wait"
,
"name"
:
"Wait"
,
"group"
:
"base"
,
"options"
:
{
"duration"
:
{
"type"
:
"number"
,
"default"
:
1000
}
},
"output"
:
[
"complete"
]
},
{
"id"
:
"prefab1"
,
"name"
:
"Prefab1"
,
"isPrefab"
:
true
,
"sub"
:
{
"1"
:
{
"uuid"
:
"1"
,
"alias"
:
"入口"
,
"meta"
:
"entry"
,
"output"
:
{
"success"
:
[
"2"
]
}
},
"2"
:
{
"uuid"
:
"2"
,
"meta"
:
"wait"
,
"alias"
:
"等待"
,
"options"
:
{
"duration"
:
500
}
}
}
}
],
"scripts"
:
[
{
"id"
:
"wave"
,
"name"
:
"Wave"
,
"options"
:
{
"duration"
:
{
"type"
:
"number"
,
"default"
:
1000
},
"type"
:
{
"type"
:
"string"
,
"default"
:
"yoyo"
},
"ease"
:
{
"type"
:
"string"
,
"default"
:
"linear"
},
"autoPlay"
:
{
"type"
:
"boolean"
,
"default"
:
false
}
}
}
]
}
}
\ No newline at end of file
mock/api/editor/info/index.js
View file @
636c4b85
...
...
@@ -24,15 +24,6 @@ const data = {
},
output
:
[
'complete'
],
},
{
id
:
'test'
,
name
:
'Test'
,
group
:
'test'
,
options
:
{
duration
:
{
type
:
'number'
,
default
:
1000
},
},
output
:
[
'complete'
],
},
{
id
:
'prefab1'
,
name
:
'Prefab1'
,
...
...
mock/api/project/query/data.json
0 → 100644
View file @
636c4b85
{
"success"
:
true
,
"data"
:
{
"id"
:
"6566c4a3f237"
,
"name"
:
"测试"
,
"creator"
:
"卞龙亭"
,
"operator"
:
"卞龙亭"
,
"create_time"
:
"2019-09-19T06:56:01.000Z"
,
"update_time"
:
"2019-09-19T06:56:01.000Z"
,
"data"
:
"{
\"
views
\"
:[{
\"
name
\"
:
\"
view1
\"
,
\"
type
\"
:
\"
node
\"
,
\"
properties
\"
:{},
\"
uuid
\"
:
\"
3a357816-5581-41ba-aa6f-4a6cc40ae396
\"
,
\"
children
\"
:[{
\"
name
\"
:
\"
rect
\"
,
\"
type
\"
:
\"
rect
\"
,
\"
properties
\"
:{
\"
width
\"
:50,
\"
height
\"
:50,
\"
fillColor
\"
:
\"
rgba(105, 182, 255, 1)
\"
,
\"
strokeWidth
\"
:0,
\"
x
\"
:10,
\"
y
\"
:10},
\"
events
\"
:{
\"
click
\"
:{
\"
once
\"
:false,
\"
behaviors
\"
:[{
\"
uuid
\"
:
\"
aa1
\"
,
\"
alias
\"
:
\"
主过程
\"
,
\"
meta
\"
:
\"
main
\"
}]}},
\"
scripts
\"
:[{
\"
script
\"
:
\"
wave
\"
,
\"
options
\"
:{
\"
duration
\"
:500,
\"
autoPlay
\"
:true,
\"
type
\"
:
\"
cubicIn
\"
}}],
\"
uuid
\"
:
\"
f97bbf76-6923-4669-b5a3-e6382753e49a
\"
}]}],
\"
assets
\"
:[],
\"
dataMapping
\"
:[],
\"
processMap
\"
:{
\"
main
\"
:{
\"
id
\"
:
\"
main
\"
,
\"
name
\"
:
\"
Main
\"
,
\"
options
\"
:{},
\"
subEntry
\"
:
\"
1
\"
,
\"
sub
\"
:{
\"
a1
\"
:{
\"
uuid
\"
:
\"
a1
\"
,
\"
alias
\"
:
\"
入口
\"
,
\"
meta
\"
:
\"
entry
\"
,
\"
output
\"
:{
\"
success
\"
:[
\"
a2
\"
]},
\"
design
\"
:{
\"
x
\"
:10,
\"
y
\"
:10}},
\"
a2
\"
:{
\"
uuid
\"
:
\"
a2
\"
,
\"
alias
\"
:
\"
test
\"
,
\"
meta
\"
:
\"
test
\"
,
\"
options
\"
:{
\"
text
\"
:
\"
hello
\"
},
\"
output
\"
:{
\"
success
\"
:[],
\"
failed
\"
:[]},
\"
design
\"
:{
\"
x
\"
:20,
\"
y
\"
:100}}}},
\"
test
\"
:{
\"
id
\"
:
\"
test
\"
,
\"
name
\"
:
\"
Test
\"
,
\"
options
\"
:{
\"
text
\"
:{
\"
type
\"
:
\"
string
\"
,
\"
default
\"
:
\"\"
}},
\"
output
\"
:[
\"
success
\"
,
\"
failed
\"
]}}}"
}
}
\ No newline at end of file
mock/api/project/query/data/index.js
View file @
636c4b85
This diff is collapsed.
Click to expand it.
mock/api/project/query/data1.json
deleted
100644 → 0
View file @
0fcc4e27
{
"success"
:
true
,
"data"
:
{
"id"
:
"6566c4a3f237"
,
"name"
:
"呼呼"
,
"creator"
:
"卞龙亭"
,
"data"
:
"{
\"
views
\"
:[{
\"
name
\"
:
\"
aaa
\"
,
\"
type
\"
:
\"
node
\"
,
\"
children
\"
:[{
\"
name
\"
:
\"
node
\"
,
\"
type
\"
:
\"
image
\"
}]},{
\"
name
\"
:
\"
aaa
\"
,
\"
type
\"
:
\"
node
\"
,
\"
children
\"
:[{
\"
name
\"
:
\"
node
\"
,
\"
type
\"
:
\"
node
\"
},{
\"
name
\"
:
\"
node
\"
,
\"
type
\"
:
\"
node
\"
}]}],
\"
assets
\"
:[{
\"
name
\"
:
\"
2ACA84D91EAAE90EDBFF78CBF5E727AB.png
\"
,
\"
url
\"
:
\"
//yun.duiba.com.cn/aurora/58323a0469a7467c99b34f8933ea65b507a0c655.png
\"
,
\"
uuid
\"
:
\"
3e496939-5fe6-42f2-b8fa-42c7a742e880
\"
},{
\"
name
\"
:
\"
还以为是bug.jpg
\"
,
\"
url
\"
:
\"
//yun.duiba.com.cn/aurora/094832ace87c94bdb9e4a7821b3a3ebca0df2cd7.jpg
\"
,
\"
uuid
\"
:
\"
ec67a8a0-8708-43a4-888e-efb0fe7c2bd6
\"
},{
\"
name
\"
:
\"
17344D055C89C3CFADB0C51E1A1E064E.gif
\"
,
\"
url
\"
:
\"
//yun.duiba.com.cn/aurora/1ad10a4cf3488ef1400af1d6f353d9c577fe1049.gif
\"
,
\"
uuid
\"
:
\"
429803eb-0f68-4071-b68c-468980883ac4
\"
}],
\"
dataMapping
\"
:[]}"
}
}
\ No newline at end of file
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