Skip to content

Commit 9c498ee

Browse files
authored
Merge pull request #31 from flxxyz/dev
modify: 更合理的data目录
2 parents 6c5a999 + f34a862 commit 9c498ee

File tree

10 files changed

+1225
-1421
lines changed

10 files changed

+1225
-1421
lines changed

build/yarn.lock

Lines changed: 1039 additions & 1094 deletions
Large diffs are not rendered by default.
File renamed without changes.

data/host.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"gift": "https://douyudm.herokuapp.com/",
3+
"douyu": "https://mirror.flxxyz.com/douyu/"
4+
}

dist/douyudanmaku.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/douyudanmaku.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/douyudanmaku.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/web/host.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

example/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
gift: {},
6464
fetchGift: null,
6565
intervalFetchGift: 2 * 60 * 1000,
66-
url: 'https://flxxyz.github.io/douyudm/example/web/host.json',
66+
url: 'https://flxxyz.github.io/douyudm/data/host.json',
6767
douyuUrl: '',
6868
giftUrl: '',
6969
debug: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "douyudm",
3-
"version": "1.3.2-beta.3",
3+
"version": "1.3.3",
44
"description": "实时获取斗鱼弹幕",
55
"bin": {
66
"douyudm": "src/cmd.js"

yarn.lock

Lines changed: 176 additions & 317 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)