Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foliageowo/qingjiaohelper

青骄第二课堂小助手: 2024 知识竞赛 | 跳过视频 | 自动完成所有课程 | 领取每日学分 | 课程自动填充答案
https://github.com/foliageowo/qingjiaohelper

2-class greasemonkey greasemonkey-script greasemonkey-userscript greasyfork tampermonkey tampermonkey-script tampermonkey-userscript

Last synced: 4 days ago
JSON representation

青骄第二课堂小助手: 2024 知识竞赛 | 跳过视频 | 自动完成所有课程 | 领取每日学分 | 课程自动填充答案

Awesome Lists containing this project

README

        

# QingJiaoHelper

## 使用方法

1. 安装油猴脚本插件
2. 在 [Greasy Fork - QingJiaoHelper](https://greasyfork.org/zh-CN/scripts/452984-qingjiaohelper) 中安装脚本
3. 详细用法见脚本主页

## 更新

由于学业只能随缘更新,若有能力请提 `Pull Request`。

## 赞赏

赞赏二维码见 [Github 主页](https://github.com/FoliageOwO),赞赏列表见 [FUNDERS.md](FUNDERS.md)。

## 构建

> [!NOTE]
> 你需要装有 `Node.js 18+` 的环境

1. 克隆仓库到本地

```bash
$ git clone https://github.com/WindLeaf233/QingJiaoHelper.git
```

2. 安装包

```bash
$ cd QingJiaoHelper
$ npm i # 或者用你喜欢的包管理器,例如 `cnpm`
```

3. 开始构建

```bash
$ npm run gen
```

4. 构建完成的产物为 `./dist.js`

## 版权

本脚本使用了以下库,它们的名字与开源许可如下:

- [toastify-js](https://github.com/apvarun/toastify-js) - Pure JavaScript library for better notification messages - MIT
- [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js - MIT
- [spectre](https://github.com/picturepan2/spectre) - A Lightweight, Responsive and Modern CSS Framework(经修改,修改后的版本在本脚本仓库下) - MIT