Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed May 12, 2020
1 parent d28c024 commit 9320477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/options.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
td.a{width: 80%;}
td.b{width: 20%;text-align: right;}
button.a{margin-right: 4px;}
td.a div{font-size: 12px;}
td.a div{font-size: 12px;color:#5F6368;}
td{border-bottom:1px dashed red;}
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 style="text-align: center;">选项设置</h1>
<tr><td class="a"><b>默认显示浏览器自带播放器扩展控制台</b><br/><div>只支持<b>部分网址</b></div></td><td class="b"><select class="c" id="svc"><option value="true">true</option><option value="false">false</option></select></td></tr>
<tr><td class="a"><b>默认用自建播放器替代自带HTML5播放器</b><br/><div>该设置仅作用于<b>学习通</b><b>HTML5视频</b></div></td><td class="b"><select class="c" id="huo"><option value="true">true</option><option value="false">false</option></select></td></tr>
<tr><td class="a"><b>默认用自建播放器替代自带flash播放器</b><br/><div>该设置仅作用于<b>学习通</b><b>flash视频</b></div></td><td class="b"><select class="c" id="fuo"><option value="true">true</option><option value="false">false</option></select></td></tr>
<tr><td class="a"><b>自动检测超星学习通活动状态并通知</b><br/><div>该功能开启“<b>关闭 Google Chrome 后继续运行后台应用</b>”后效果更好(点<a data="chrome://settings/system">这里</a>去开启)</div></td><td class="b"><select class="c" id="not"><option value="true">true</option><option value="false">false</option></select></td></tr>
<tr><td class="a"><b>自动检测超星学习通活动状态并通知</b><br/><div>该功能开启“<b><a data="chrome://settings/system">关闭 Google Chrome 后继续运行后台应用</a></b>”后效果更好</div></td><td class="b"><select class="c" id="not"><option value="true">true</option><option value="false">false</option></select></td></tr>
</tbody>
</table>
<div style="margin-right: 15%;text-align: right;"><button id="a" class="a">重新读取现在的选项</button><button class="a" id="c">重置选项</button><button id="s">保存</button></div>
Expand Down

0 comments on commit 9320477

Please sign in to comment.