diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a241f..a239618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +###ver 0.8.10 ++ 优化使用体验,根据输入自动更新查词结果 + +###ver 0.8.9 ++ 增加划词自动发音选项 ++ 接口改用 https 协议 + +###ver 0.8.8 ++ 修改组合键选择Bug ###ver 0.8.6 + 修正代码,剥离了jQuery库,核心代码精简压缩,程序总量减小为之前的一半 diff --git a/Gruntfile.js b/Gruntfile.js index 556bb4b..70ca8f5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -40,7 +40,7 @@ module.exports = function(grunt) { uglify: { options: { - sourceMap: true + sourceMap: false }, all: { diff --git a/README.md b/README.md index 4e1328c..35635a6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ ChaZD 查字典,简洁易用的英汉字典扩展程序,支持划词哦:) 截图 ----------- ![Screenshoot 1](/screenshoot/screenshoot1.jpg) +--- ![Screenshoot 2](/screenshoot/screenshoot4.png) 修改代码及部署 diff --git a/manifest.json b/manifest.json index 88509f4..3113982 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 2382019..4b7a9a6 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/popup.html b/popup.html index c70c2eb..9fd4bcb 100644 --- a/popup.html +++ b/popup.html @@ -35,13 +35,16 @@
- +
+
+