增加导出功能

This commit is contained in:
hoteas
2022-08-01 03:40:09 +08:00
parent a8f9f12bb8
commit 39d67d1775
6 changed files with 168 additions and 12 deletions
+4
View File
@@ -8,6 +8,10 @@ import (
func main() {
appIns := Init("config/config.json")
appIns.SetConnectListener(func(that *Context) (isFinished bool) {
return isFinished
})
appIns.Run(Router{"app": app.AppProj})
}