在 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" }
]
其中
panelnum
参数为面板编号,即为你所收到注册邮件的panel*.serv00.com
中的*
数值。
姓名 | 主页 | 内容 |
---|---|---|
linzjian666 | https://github.com/linzjian666 | 增加多面板支持 |
名称 | 来源 | 地址 |
---|---|---|
Limkon | Github | https://github.com/Limkon |