- 安装油猴脚本插件
- 在 Greasy Fork - QingJiaoHelper 中安装脚本
- 详细用法见脚本主页
Note
你需要装有 Node.js 18+
的环境
- 克隆仓库到本地
$ git clone https://github.com/WindLeaf233/QingJiaoHelper.git
- 安装包
$ cd QingJiaoHelper
$ npm i # 或者用你喜欢的包管理器,例如 `cnpm`
- 开始构建
$ npm run gen
- 构建完成的产物为
./dist.js
本脚本使用了以下库,它们的名字与开源许可如下:
- toastify-js - Pure JavaScript library for better notification messages - MIT
- axios - Promise based HTTP client for the browser and node.js - MIT
- spectre - A Lightweight, Responsive and Modern CSS Framework(经修改) - MIT