LonelyCPA Pro UI演示 + 使用。基于shadcn/ui构建的现代化的CPA面板 中发帖

[image] 
How 2 use?
修改配置文件

打开config.yaml
修改panel-github-repository键的值为https://github.com/CuzTeam/CPAPro
重启,完成!(国内服务器可能连不上Github会。。。)

人工下载(bin运行、非Docker)
在CPA目录执行: 
curl -s https://api.github.com/repos/CuzTeam/CPAPro/releases/latest | grep -o '"browser_download_url": *"[^"]*management\.html[^"]*"' | grep -o 'https://[^"]*' | xargs -I{} curl -L -o static/management.html --create-dirs {}


Repo: 
...
 
 
Back to Top