Skip to content

Commit

Permalink
update to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ververcpp committed Aug 2, 2015
1 parent 2a73d47 commit 3a6e508
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 70 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
###ver 0.8.10
+ 优化使用体验,根据输入自动更新查词结果

###ver 0.8.9
+ 增加划词自动发音选项
+ 接口改用 https 协议

###ver 0.8.8
+ 修改组合键选择Bug

###ver 0.8.6
+ 修正代码,剥离了jQuery库,核心代码精简压缩,程序总量减小为之前的一半
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = function(grunt) {

uglify: {
options: {
sourceMap: true
sourceMap: false
},

all: {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ChaZD 查字典,简洁易用的英汉字典扩展程序,支持划词哦:)
截图
-----------
![Screenshoot 1](/screenshoot/screenshoot1.jpg)
---
![Screenshoot 2](/screenshoot/screenshoot4.png)

修改代码及部署
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"manifest_version": 2,

"name": "ChaZD",
"version": "0.8.6",
"version": "0.8.10",
"description": "ChaZD 查字典,简洁易用的英汉字典扩展程序,支持划词哦:)",

"permissions": [
"http://dict.youdao.com/*",
"http://fanyi.youdao.com/*",
"https://dict.youdao.com/*",
"https://fanyi.youdao.com/*",
"contextMenus",
"tabs",
"storage",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ChaZD",
"version": "0.8.5",
"version": "0.8.10",
"description": "A Chinese-English translator extension for Chrome",
"main": null,
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@
<input type="radio" name="selectMode" id="mouseSelect"><label for="mouseSelect">始终开启划词翻译</label>
</div>
<div class="top-menu">
<input type="radio" name="selectMode" id="useCtrl"><label for="useCtrl">使用
<input type="radio" name="selectMode" id="useCtrl"><label for="useCtrl">使用
<select id="toggle-key">
<option value="ctrl" id="ctrl-option">Ctrl</option>
<option value="alt">Alt</option>
<option value="shift">Shift</option>
</select>
+划词’触发翻译功能</label>
+ 划词”触发翻译功能</label>
</div>
<div class="top-menu">
<input type="checkbox" name="autoAudio" id="autoAudio"><label for="autoAudio">划词后自动发音</label>
</div>
<hr class="carved">
<div class="sub-menu">
Expand Down
3 changes: 1 addition & 2 deletions public/js/background.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/js/background.min.js.map

This file was deleted.

Loading

0 comments on commit 3a6e508

Please sign in to comment.