Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jiegec/learn_tsinghua_app

网络学堂 PC 端 App
https://github.com/jiegec/learn_tsinghua_app

tsinghua-university

Last synced: about 1 month ago
JSON representation

网络学堂 PC 端 App

Awesome Lists containing this project

README

        

# Learn Tsinghua App:网络学堂 PC 端 App

drawing

本软件相比于其他网络学堂客户端,有如下优势:

1. 不会保存任何帐号和密码
2. 采用现代的加密协议与网络学堂进行通信
3. 代码十分简短,任何人都可以进行安全审计
4. 由 GitHub 进行 App 构建,构建过程公开可信
5. macOS 版本运行在应用沙盒内,不会破坏你的系统

已经支持的平台:macOS 和 Windows

## 下载方式

在[这里](https://github.com/jiegec/learn_tsinghua_app/releases)找到你所用的平台的文件,下载后打开即可。

## 本地运行方式

```shell
git clone https://github.com/jiegec/learn_tsinghua_app
npm install
npm start
```

## 其他类似软件

[learnX: 网络学堂 App 支持 iOS Android 和 macOS](https://github.com/robertying/learnX/releases)