Skip to content

Commit

Permalink
new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
axe-me committed Apr 6, 2016
1 parent 7f072a6 commit c8eb212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fishbone",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fishbone--DouyuTv Danmu Helper",
"main": "main.js",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Fishbone",
"version": "0.1.1",
"version": "0.1.2",
"description": "Fishbone--DouyuTv Danmu Helper",
"main": "main.js",
"author": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions build/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
var html;
var roomRegex = /var\s\$ROOM\s=\s({.*})/;
var authServerRegex = /server_config":"(.*)",/;
var giftConfigRegex =/var giftBatterConfig = (.*);/;
var giftConfigRegex =/ROOM.giftBatterConfig = (.*);/;

util.showMsg("开始获取房间信息");
http.get(roomAddr, function (res) {
Expand Down Expand Up @@ -425,7 +425,7 @@ function ChatController($scope, $rootScope, chatService, $interval, util) {

angular.extend($scope, {
isOpenDial: false,
roomAddr: "http://www.douyutv.com/498456",
roomAddr: "http://www.douyu.com/chuan967",
startGetMsg: startGetMsg,
roomInfoStatus: chatService.roomInfoStatus,
roomInfo: chatService.roomInfo,
Expand Down

0 comments on commit c8eb212

Please sign in to comment.