mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-08 10:23:43 +08:00
Fix: external-ui
should relative with clash HomeDir
This commit is contained in:
parent
216116e128
commit
024bb62c67
@ -36,7 +36,7 @@ type Traffic struct {
|
||||
}
|
||||
|
||||
func SetUIPath(path string) {
|
||||
uiPath = path
|
||||
uiPath = C.Path.Resolve(path)
|
||||
}
|
||||
|
||||
func Start(addr string, secret string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user