Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zjmkkk authored Jul 27, 2024
1 parent da0f2d9 commit 3920f4e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
  在 GitHub 仓库中,进入右上角`Settings`,在侧边栏找到`Secrets and variables`,点击展开选择`Actions`,点击`New repository secret`,然后创建一个名为`ACCOUNTS_JSON``Secret`,将 JSON 格式的账号密码字符串作为它的值,如下格式:
```
[
{ "username": "qinshihuang", "password": "linux.do", "panelnum": "0" },
{ "username": "zhaogao", "password": "daqinzhonggong", "panelnum": "2" },
{ "username": "heiheihei", "password": "shaibopengke", "panelnum": "3" }
{ "username": "qinshihuang", "password": "linux.do", "panelnum": "0", "type": "serv00" },
{ "username": "zhaogao", "password": "daqinzhonggong", "panelnum": "2", "type": "serv00" },
{ "username": "heiheihei", "password": "shaibopengke", "panelnum": "3", "type": "serv00" }
]
```
> 其中`panelnum`参数为面板编号,即为你所收到注册邮件的`panel*.serv00.com`中的`*`数值。
### CT8格式如下
```
[
{ "username": "qinshihuang", "password": "linux.do"},
{ "username": "zhaogao", "password": "daqinzhonggong"},
{ "username": "heiheihei", "password": "shaibopengke"}
{ "username": "ct8user1", "password": "ct8password1", "type": "ct8" },
{ "username": "ct8user2", "password": "ct8password2", "type": "ct8" }
]
```

Expand Down

0 comments on commit 3920f4e

Please sign in to comment.