Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sxbai/alitoken-on-replit


https://github.com/sxbai/alitoken-on-replit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 使用说明
一键搭建脚本 (环境选择`Bash` 或 `Blank Repl`)

AliToken自动刷新一键脚本
```bash
bash <(curl -s https://raw.githubusercontent.com/sxbai/alitoken-on-replit/master/install.sh)
```
## 首次搭建注意事项
- `token.txt`需要填你自己的32位阿里云盘token,至于怎么获取网上有很多教程可以百度。
- `token.txt`有两个位置,一个在项目根目录`/`另一个在`html/`文件夹下,都需要填写。
- 在`html/`文件夹下,有。一个名为`index.html`的文件打开,代码第124行并修改你的token链接,`https://你的.repl.co/token.txt`
## 鸣谢
- [Replit](https://github.com/replit)
- [霜辉月明](https://github.com/lm317379829)