Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
playground
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
playground
Commits
73b00803
Commit
73b00803
authored
Jan 19, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
927c9ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
1 deletion
+51
-1
.gitignore
.gitignore
+1
-1
meta.json
test/src/meta.json
+50
-0
No files found.
.gitignore
View file @
73b00803
...
@@ -6,5 +6,5 @@ dist
...
@@ -6,5 +6,5 @@ dist
yarn.lock
yarn.lock
package-template.iml
package-template.iml
/test/src/bundle.js
/test/src/bundle.js
/test/src/meta.json
types
types
.DS_Store
\ No newline at end of file
test/src/meta.json
0 → 100644
View file @
73b00803
{
"Playground"
:
{
"props"
:
{
"textArray"
:
[
"aaa"
,
"bbb"
,
"ccc"
,
"ddd"
]
},
"assets"
:
[
{
"name"
:
"齿轮"
,
"url"
:
"//yun.duiba.com.cn/spark/assets/齿轮8.fce30eaadda192b44a1b80038011947830d45ad8.png"
,
"uuid"
:
"image"
,
"ext"
:
".png"
},
{
"name"
:
"box2"
,
"url"
:
"//yun.duiba.com.cn/spark/assets/022e25a3984ff122fbf960bd0cb87bff48f8c3bf.png"
,
"uuid"
:
"box2"
,
"ext"
:
".png"
},
{
"name"
:
"bg"
,
"url"
:
"//yun.duiba.com.cn/spark/assets/bg.c4359b9ea9e843cd8d929567b2fb52ed5518e105.png"
,
"uuid"
:
"bg"
,
"ext"
:
".png"
}
],
"events"
:
{
"in"
:
{
"start"
:
{
"alias"
:
"开始"
},
"stop"
:
{
"alias"
:
"停止"
}
},
"out"
:
{
"show_one"
:
{
"alias"
:
"展示一个文本"
,
"data"
:
{
"text"
:
"文本"
}
}
}
}
}
}
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