Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 committed Jul 3, 2024
1 parent 0c0a9e2 commit 01363e2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## serv00自动化批量保号,每3天自动登录一次面板,并且发送消息到Telegram

利用github Action以及python脚本实现

🙏🙏🙏点个Star!!Star!!Star!!

交流群:https://t.me/yxjsjl

### 将代码fork到你的仓库并运行的操作步骤

#### 1. Fork 仓库
Expand All @@ -19,9 +27,10 @@
- 点击 `Settings`,然后在左侧菜单中选择 `Secrets`
- 添加以下 Secrets:
- `ACCOUNTS_JSON`: 包含账号信息的 JSON 数据。例如:
-
```json
[
{"username": "user1", "password": "password1", "panelnum": 1},
{"username": "serv00的账号", "password": "serv00的密码", "panelnum": "服务器号,比如s6.serv00.com的就是6"},
{"username": "user2", "password": "password2", "panelnum": 2}
]
```
Expand Down Expand Up @@ -56,7 +65,7 @@
- 示例值:
```json
[
{"username": "user1", "password": "password1", "panelnum": 1},
{"username": "serv00的账号", "password": "serv00的密码", "panelnum": "服务器号,比如s6.serv00.com的就是6"},
{"username": "user2", "password": "password2", "panelnum": 2}
]
```
Expand Down

0 comments on commit 01363e2

Please sign in to comment.