This commit is contained in:
yml2213
2026-07-23 13:03:47 +08:00
commit 2a67d074a4
12 changed files with 999 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "updata_hfb/internal/app"
func main() {
app.Run()
}