Skip to content

Commit

Permalink
update readme and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
revir committed May 5, 2017
1 parent c32179e commit 3bad102
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*5月5日更新: 重新排好了Toolbar上的元素,布局更整洁了。金山词霸替换成了网页版。*

*5月2日更新: 已添加大量常见的在线词典,包括欧陆词典, Longman, Oxford, Cambridge, Merriam-webster, Collins, Macmilland 等等。还增加了一个设置: 鼠标取词时可以选择必须按住一个按键(Ctrl, Shift, Alt 等)。*


Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "FairyDict",
"description": "功能强大的查词软件, 包含几乎所有网络上常见的词典,支持鼠标取词、键盘取词的翻译查词典软件.",
"description": "包含几乎所有网上常见的词典,支持鼠标取词、键盘取词和右键菜单的词典软件,各种快捷键设置,学习的好帮手,词典爱好者的福音",
"permissions": [
"activeTab",
"tabs",
Expand Down Expand Up @@ -46,5 +46,5 @@
"48": "images/dict-on48.png"
},
"minimum_chrome_version": "23",
"version": "2.4"
"version": "2.5"
}
Binary file removed readme_images/1.png
Binary file not shown.
Binary file modified readme_images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions template/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,22 @@
<div class="dict_wait text-center" ng-show="querying">
<i class="fa fa-spinner fa-spin fa-4x" title="正在查询中..."></i>
</div>
<div class="dict_default container" ng-show="initial">
<h2>欢迎使用 Fairy Dict</h2>
<p>如发现 BUG, 请到
<a href="https://github.com/revir/FairyDict" target='_blank'>github</a>
<div class="dict_default container text-center" ng-show="initial">
<h2>欢迎使用 Fairy Dict!</h2>

<p>向作者反馈请到
<a href="https://github.com/revir/FairyDict" target='_blank'>Github</a>
<a href="https://chrome.google.com/webstore/detail/fairydict/gpdpcfgfmgkmljmhhnedefdaadgehaah/reviews" target="_blank">
chrome webstore
<a href="https://v2mm.tech" target="_blank">
V2MM
</a>
上留言, 感谢!</p>
<p>项目地址:<a href="https://github.com/revir/FairyDict" target='_blank'>github</a></p>
<p>我的博客:<a href="http://blog.riverrun.xyz" target='_blank'>River's blog</a></p>
上留言, 感谢。</p>

<p>开源地址:
<a href="https://github.com/revir/FairyDict" target='_blank'>Github</a>
<em>你的点赞就是我前进的动力 :)</em>
</p>

</div>

<div class="dict_result" ng-bind-html="queryResult" ng-hide="querying || initial">
Expand Down

0 comments on commit 3bad102

Please sign in to comment.