Skip to content

Commit 1c5df4e

Browse files
chore: 更新README.md
1 parent d075b53 commit 1c5df4e

1 file changed

Lines changed: 5 additions & 57 deletions

File tree

README.md

Lines changed: 5 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,26 @@
11
# MIUI Task
22
一个适用于 社区 4.0 模拟网络功能请求的脚本
33

4-
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
54
![GitHub](https://img.shields.io/github/license/0-8-4/miui-auto-tasks)
65
![Python](https://img.shields.io/badge/python-3.7+-blue)
76
![DockerHub](https://github.com/0-8-4/miui-auto-tasks/actions/workflows/docker-image.yml/badge.svg)
87
[![CodeFactor](https://www.codefactor.io/repository/github/0-8-4/miui-auto-tasks/badge)](https://www.codefactor.io/repository/github/0-8-4/miui-auto-tasks)
98

10-
## 我们收到反馈,部分用户已收到通知要求不得继续随意调用社区接口,否则社区账户将被永久封禁。<br/>鉴于以上情况,我们作为项目维护者建议停用脚本。<br/>感谢大家的支持,谢谢所有Star和Fork的人。
11-
129
## **关于项目**:
1310

1411
`東雲研究所` 的某位大佬启发
1512
最初的源码由大佬授权 `0-8-4` 使用 `MIT` 开源
1613
项目初期由`0-8-4``TardisLX` 进行维护,现已逐渐转为社区驱动
1714
我们认为社区无权在无任何回报的情况下强制要求内测用户完成 KPI 任务,因此诞生了这个脚本
1815

19-
20-
## **重要声明**:
21-
- 虽然理论上本脚本不会影响社区账户安全,但您需要自行承担使用本脚本的后果
22-
23-
- **我们不鼓励,不支持一切商业使用**
24-
- 鉴于项目的特殊性,我们可能在任何时间 **停止更新****删除项目**
25-
16+
> [!WARNING]
17+
> 虽然理论上本脚本不会影响社区账户安全,但您需要自行承担使用本脚本的后果
18+
> **我们不鼓励,不支持一切商业使用**
19+
> 鉴于项目的特殊性,我们可能在任何时间 **停止更新****删除项目**
2620
2721
### **使用说明**
2822
项目支持本地、Docker、青龙面板等部署方式,详细使用说明请参见 **[WiKi](https://github.com/0-8-4/miui-auto-tasks/wiki)**
2923

30-
31-
### **项目依赖**
32-
1. 需要前往 Python 官网自行下载自己系统对应的 Python 版本,或使用自己系统对应的包管理安装,推荐至少 Python 3.7 以上
33-
34-
```
35-
https://www.python.org/downloads/
36-
```
37-
38-
2. Python 3 安装完成之后,请在 **项目目录** 执行以下命令安装所需模块
39-
```bash
40-
pip install -r requirements.txt
41-
```
42-
**推荐**
43-
```bash
44-
pip install pdm
45-
pdm install
46-
```
47-
注意:你可能需要使用管理员权限运行命令行
48-
4924
### **项目介绍**
5025
- [x] 支持 多账号 配置
5126
- [x] 支持 Docker 部署
@@ -61,44 +36,17 @@
6136
* 如需定时自动化建议配合 Python3 及 Crontab 使用
6237
* **欢迎提供有关的思路,提交BUG以及更多完成社区其他任务方式,我们会认真对待~**
6338

64-
6539
#### **贡献**
6640

6741
如果你在使用过程中发现任何问题,可以使用模板 [提交 issue](https://github.com/0-8-4/miui-auto-tasks/issues/new) 或自行 Fork 修改后提交 Pull request
6842

6943
如果你要提交 Pull request,请确保你的代码风格和项目已有的代码保持一致,遵循 [PEP 8](https://www.python.org/dev/peps/pep-0008) ,变量命名清晰,有适当的注释
7044

71-
72-
# **License**
73-
```
74-
MIT License
75-
76-
Copyright (c) 2021 東雲研究所
77-
78-
Permission is hereby granted, free of charge, to any person obtaining a copy
79-
of this software and associated documentation files (the "Software"), to deal
80-
in the Software without restriction, including without limitation the rights
81-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
82-
copies of the Software, and to permit persons to whom the Software is
83-
furnished to do so, subject to the following conditions:
84-
85-
The above copyright notice and this permission notice shall be included in all
86-
copies or substantial portions of the Software.
87-
88-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94-
SOFTWARE.
95-
```
96-
9745
# **鸣谢**
9846
## 技术赞助
9947

10048
[最佳亚洲 CDN、Edge 和安全解决方案 - 腾讯 EdgeOne](https://edgeone.ai/?from=github)
101-
![](https://edgeone.ai/media/34fe3a45-492d-4ea4-ae5d-ea1087ca7b4b.png)
49+
[![](https://edgeone.ai/media/34fe3a45-492d-4ea4-ae5d-ea1087ca7b4b.png)](https://edgeone.ai/?from=github)
10250

10351
## 项目
10452

0 commit comments

Comments
 (0)