Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 authored Jul 9, 2024
1 parent e06cea6 commit e05bedc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@
- 示例值:
```json
[
{"username": "serv00的账号", "password": "serv00的密码", "panelnum": "服务器号,比如s6.serv00.com的就是6"},
{"username": "user2", "password": "password2", "panelnum": 2}
{"username": "serv00的账号", "password": "serv00的密码", "panel": "s6.serv00.com"},
{"username": "ct8的账号", "password": "ct8的密码", "panel": "panel.ct8.pl"},
{"username": "user2", "password": "password2", "panel": "panel.ct8.pl"}
]
```
- 获取方法: 创建一个包含serv00账号信息的 JSON 文件,并将其内容添加到 GitHub 仓库的 Secrets 中。
Expand Down

0 comments on commit e05bedc

Please sign in to comment.