mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 09:17:12 +00:00
Fix: external-ui should relative with clash HomeDir
This commit is contained in:
@@ -36,7 +36,7 @@ type Traffic struct {
|
||||
}
|
||||
|
||||
func SetUIPath(path string) {
|
||||
uiPath = path
|
||||
uiPath = C.Path.Resolve(path)
|
||||
}
|
||||
|
||||
func Start(addr string, secret string) {
|
||||
|
||||
Reference in New Issue
Block a user