Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 407 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 407 Bytes

translator.user.js

划词翻译,支持多个数据源:

  • 有道翻译
  • Bing 翻译
  • Google 翻译

安装依赖

$ yarn

开发

$ yarn dev

然后使用暴力猴(Violentmonkey)的跟踪本地文件变化功能开发。

编译

$ yarn build

发布

# 升级新版本
$ yarn version --patch

然后通过 GitHub Action 自动发布。