-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a56a63
commit 8fcccc8
Showing
4 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } |