clash-api: Add Clash.Meta APIs

This commit is contained in:
世界
2023-04-11 16:43:45 +08:00
parent 750f87bb0a
commit 542612129d
7 changed files with 250 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ func (s *Server) downloadExternalUI() error {
if s.externalUIDownloadURL != "" {
downloadURL = s.externalUIDownloadURL
} else {
downloadURL = "https://github.com/Dreamacro/clash-dashboard/archive/refs/heads/gh-pages.zip"
downloadURL = "https://github.com/MetaCubeX/Yacd-meta/archive/gh-pages.zip"
}
s.logger.Info("downloading external ui")
var detour adapter.Outbound