This commit is contained in:
2026-04-04 00:09:02 +08:00
commit 38e896363e
117 changed files with 119311 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package main
type license struct {
LicenseCheck string `json:"license_check"`
LicenseInfo string `json:"license_info"`
}