Skip to content

Commit

Permalink
Ready for v0.9.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacyu committed Dec 26, 2017
1 parent 4b9f6cc commit dd10380
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bilibili-helper-master",
"version": "0.8.16.33",
"version": "0.9.1",
"description": "bilibili-helper",
"main": "index.js",
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions src/bilibiliHelperVideo.css
Expand Up @@ -44,6 +44,19 @@
transition: all .2s ease-in;
}

.bangumi-player #bofqi.player-content {
box-shadow: none;
margin: 0;
width: 100%;
}

.bangumi-player #bofqi.player-content .player {
box-shadow: none;
margin: 0;
width: 100%;
height: 720px;
}

#bofqi.wide .player {
width: 980px
}
Expand Down Expand Up @@ -73,6 +86,9 @@
padding: 0 12px;
margin-left: -12px;
}
.bangumi-player #bofqi.player-content .player {
height: 620px;
}
}

.arc-toolbar .bili-helper .t {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -58,7 +58,7 @@
"https://*/"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.9.0",
"version": "0.9.1",
"web_accessible_resources": [
"bilibili-helper.woff",
"options.min.css",
Expand Down
4 changes: 2 additions & 2 deletions src/options.html
Expand Up @@ -183,7 +183,7 @@ <h1 class="title">发现新版本</h1>
<span>手动更新: <a class="url" href="#" target="_blank">下载页面</a> <a href="http://www.3haow.com/drag-and-drop-the-crx-file-to-install-chrome-plugin/" target="_blank">安装教程</a></span></p>
</div>
<div class="highlight">
<h1>0.9.0 更新内容</h1>
<h1>0.9.1 更新内容</h1>
<p>
※ 支持改版后的直播间功能:领瓜子、签到、礼物包裹<br/>
※ 支持新版番剧播放页面<br/>
Expand Down Expand Up @@ -211,7 +211,7 @@ <h1>相关信息</h1>
<br/>
<p>※ 本页面中使用了 t4t5 以 <a href="http://opensource.org/licenses/MIT" target="_blank">MIT 许可协议</a> 发布的 JavaScript 脚本 <a href="https://github.com/t4t5/sweetalert" target="_blank">sweetalert</a></p>
<p>※ 本项目中使用的 ASS 格式弹幕转换脚本修改自 tiansh 以 <a href="http://www.mozilla.org/MPL/2.0/" target="_blank">Mozilla Public License 2.0</a> 发布的开源项目 <a href="https://github.com/tiansh/us-danmaku" target="_blank">us-danmaku</a></p>
<p>※ 本项目中使用的本地 CRC32 反查脚本修改自 xmcp 以 <a href="http://www.mozilla.org/MPL/2.0/" target="_blank">GPL 许可协议</a> 发布的开源项目 <a href="https://github.com/xmcp/pakku.js" target="_blank">pakku.js</a> 中的部分代码。</p>
<p>※ 本项目中使用的本地 CRC32 反查脚本修改自 xmcp 以 <a href="http://www.mozilla.org/MPL/2.0/" target="_blank">GPL 许可协议</a> 发布的开源项目 <a href="https://opensource.org/licenses/GPL-3.0" target="_blank">pakku.js</a> 中的部分代码。</p>

This comment has been minimized.

Copy link
@xmcp

xmcp Jan 2, 2018

Contributor

<a href="http://www.mozilla.org/MPL/2.0/" target="_blank">GPL 许可协议</a>
<a href="https://opensource.org/licenses/GPL-3.0" target="_blank">pakku.js</a>

<p>咕咕投喂宝暂时无法使用,所以更换成肉肉的。欢迎喂食 _(:3」∠)_</p>
<img class="alipay" src="./imgs/alipay.png">
</div>
Expand Down

0 comments on commit dd10380

Please sign in to comment.