oyyd / youdao-collins-chrome-extension

A chrome extension to help you search english words in collins dict.
MIT License
147 stars 27 forks source link

fix Nodename error, remove addWord, update REAME #53

Closed naoyeye closed 3 years ago

naoyeye commented 3 years ago
  1. 修复安装此插件后,鼠标点击页面空白处时提示 Nodename 未定义的报错(具体表现为点击页面空白时 console 里会报错,但用户并无感知)
  2. 修复插件 options 页面中 defaultChecked 的相关报错。(这个报错不会影响到用户,但开发者在插件的错误收集页面会看到)
  3. 因为扇贝网关闭了 API (issue : https://github.com/oyyd/youdao-collins-chrome-extension/issues/47 ),所以移除了「点击加入扇贝词库」的按钮。(代码还保留,只不过不展示了)
  4. 更新了 README 中关于 “加入到扇贝生词本” 的介绍,解释不再提供此功能的原因。
  5. 修改版本号为 1.2.3
  6. 依赖包更新: Bump http-proxy from 1.17.0 to 1.18.1 dependencies

    52 opened on Sep 10 by dependabot bot

    Bump handlebars from 4.2.0 to 4.7.6 dependencies

    51 opened on Sep 7 by dependabot bot

    Bump elliptic from 6.5.1 to 6.5.3 dependencies

    49 opened on Aug 1 by dependabot bot

    Bump lodash from 4.17.15 to 4.17.19 dependencies

    48 opened on Jul 18 by dependabot bot

    上面这几个 @dependabot 的 PR 可以 close 啦

@oyyd review plz