clash api: download clash-dashboard if external-ui directory is empty

This commit is contained in:
世界
2023-06-07 20:33:06 +08:00
parent e168de79c7
commit 750f87bb0a
10 changed files with 380 additions and 13 deletions
+4
View File
@@ -10,6 +10,10 @@ func SetBasePath(path string) {
C.SetBasePath(path)
}
func SetTempPath(path string) {
C.SetTempPath(path)
}
func Version() string {
return C.Version
}