This commit is contained in:
HFO4
2022-04-12 16:39:09 +08:00
14 changed files with 442 additions and 312 deletions

View File

@@ -56,3 +56,4 @@ func RelativePath(name string) string {
e, _ := os.Executable()
return filepath.Join(filepath.Dir(e), name)
}