Add some requesters

This commit is contained in:
2025-11-22 22:57:54 +08:00
parent 19ff49c917
commit e219e04a48
5704 changed files with 408479 additions and 111 deletions

View File

@@ -1,3 +1,7 @@
package main
func main() {}
import "github.com/OmniX-Space/MeowBox-Core/internal/core"
func main() {
core.Start()
}