as: Support playing lives

Only support "Sweet Eyes" currently.

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-06-07 07:01:37 +08:00
parent 2d207cfd68
commit affc960a95
8 changed files with 4025 additions and 6 deletions
-6
View File
@@ -7,12 +7,6 @@ import (
"github.com/gin-gonic/gin"
)
func CheckErr(err error) {
if err != nil {
panic(err)
}
}
func main() {
// Gin
gin.SetMode(gin.ReleaseMode)