Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
lzghzr committed Nov 9, 2018
1 parent 4ca114e commit dbcfd39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bilive/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Listener extends EventEmitter {
.on('raffle', (raffleMessage: raffleMessage) => this._RaffleHandler(raffleMessage))
.on('lottery', (lotteryMessage: lotteryMessage) => this._RaffleHandler(lotteryMessage))
.on('beatStorm', (beatStormMessage: beatStormMessage) => this._RaffleHandler(beatStormMessage))
.on('sysmsg', (systemMessage: systemMessage) => tools.Log('服务器消息: ', systemMessage.msg))
.on('sysmsg', (systemMessage: systemMessage) => tools.Log('服务器消息:', systemMessage.msg))
.Connect()
Options.on('clientUpdate', () => client.Update())
}
Expand Down
2 changes: 1 addition & 1 deletion bilive/options.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"config": {
"defaultUserID": 0,
"serverURL": "",
"serverURL": "wss://bilive.halaal.win/server/#164c48292a6c773c85716093589cd60e",
"eventRooms": [
3
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bilive_client",
"version": "1.3.14",
"version": "1.4.0",
"description": "基于Node.JS的bilibili直播挂机系统",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dbcfd39

Please sign in to comment.