Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jiegec/learn_tsinghua_app
- Owner: jiegec
- Created: 2020-02-22T05:42:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T09:48:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T22:48:54.473Z (about 2 months ago)
- Topics: tsinghua-university
- Language: JavaScript
- Homepage:
- Size: 396 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Tsinghua App:网络学堂 PC 端 App
本软件相比于其他网络学堂客户端,有如下优势:
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)