Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 999 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 999 Bytes

Serv00 - 控制面板自动登录脚本

使用方法

  在 GitHub 仓库中,进入右上角Settings,在侧边栏找到Secrets and variables,点击展开选择Actions,点击New repository secret,然后创建一个名为ACCOUNTS_JSONSecret,将 JSON 格式的账号密码字符串作为它的值,如下格式:

[  
  { "username": "qinshihuang", "password": "linux.do", "panelnum": "0" },  
  { "username": "zhaogao", "password": "daqinzhonggong", "panelnum": "2" },  
  { "username": "heiheihei", "password": "shaibopengke", "panelnum": "3" }  
]

其中panelnum参数为面板编号,即为你所收到注册邮件的panel*.serv00.com中的*数值。

贡献

姓名 主页 内容
linzjian666 https://github.com/linzjian666 增加多面板支持

参考信息

名称 来源 地址
Limkon Github https://github.com/Limkon