简介
安装插件:说明
提交翻译:说明
Devlopment
# 全局安装 yarn
npm install -g yarn
# 用 yarn 安装模块
yarn install
# 调试模式,构建一个用户脚本,并使用本地数据源
yarn dev
# 构建用户脚本
yarn build
# 打包CSV和构建用户脚本,并push到当前repo的gh-pages分支
yarn deploy
License
The code is MIT licensed, but the translation text has another License. see details