Skip to content

Commit

Permalink
Add some templates
Browse files Browse the repository at this point in the history
  • Loading branch information
WincerChan committed May 26, 2018
1 parent 8a56a63 commit 8fcccc8
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
Binary file added public/template/dg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/template/llk.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/single/static/Dagong.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
var Dagong = {
'name': '打工是不可能打工的',
'component': undefined,
'url': '/38655051',
'gif': '/template/dg.gif',
'config': [
{
"default": "没有钱啊,肯定要做的啊",
"startTime": 0,
"endTime": 1.8
},
{
"default": "不做的话没有钱用",
"startTime": 1.88,
"endTime": 3.76
},
{
"default": "那你不会去打工啊",
"startTime": 3.81,
"endTime": 4.66
},
{
"default": "有手有脚的",
"startTime": 4.66,
"endTime": 5.90
},
{
"default": "打工是不可能打工的",
"startTime": 6.02,
"endTime": 8.42
},
{
"default": "这辈子都不可能打工的",
"startTime": 8.42,
"endTime": 10.75
}
]
}

export { Dagong }
30 changes: 30 additions & 0 deletions src/single/static/Lianliankan.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var Lianliankan = {
'name': '星际还是魔兽',
'component': undefined,
'url': '/50ccf9b9',
'gif': '/template/llk.gif',
'config': [
{
"default": "你平时打电子游戏吗",
"startTime": 0.38,
"endTime": 1.86
},
{
"default": "偶尔",
"startTime": 2.93,
"endTime": 3.70
},
{
"default": "星际还是魔兽",
"startTime": 3.73,
"endTime": 5.63
},
{
"default": "连连看",
"startTime": 6.97,
"endTime": 7.79
}
]
}

export { Lianliankan }

0 comments on commit 8fcccc8

Please sign in to comment.