Skip to content

Master #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
</div>

<div class="setting-block" id="settings">
<div class="top-menu">
<input type="checkbox" name="realTimeQuery" id="realTimeQuery"><label for="realTimeQuery">开启即时查询</label>
</div>
<div class="top-menu">
<input type="checkbox" name="linkQuery" id="linkQuery"><label for="linkQuery">使用 shift 辅助链接划词</label>
<a href="#" title="如果想对某个链接上的单词进行划词,为避免无法取词的问题,可以按住shift键,此时链接会变成可取词的状态,这样就可以轻松划词查词啦:)" class="link-query help">(鼠标悬停查看说明)</a>
Expand Down Expand Up @@ -63,7 +66,7 @@
<input type="radio" name="showPosition" value="side" id="showPositionSide"><label for="showPositionSide">翻译结果显示在浏览器边缘</label>
</div>
<div class="sub-menu">
<input type="radio" name="showPosition" value="near" id="showPositionNear"><label for="showPositionNear">翻译结果显示在单词附近</label>
<input type="radio" name="showPosition" value="near" id="showPositionNear"><label for="showPositionSide">翻译结果显示在单词附近</label>
</div>
<div class="sub-menu">
<input type="checkbox" name="autoHide" id="autoHide"><label for="showDuration"><b id="currentDuration"></b>秒后隐藏结果</label>
Expand All @@ -84,4 +87,4 @@
<script src="public/js/utility.min.js"></script>
<script src="public/js/popup.min.js"></script>
</body>
</html>
</html>
Loading