This commit is contained in:
cuu
2018-11-25 02:21:29 +08:00
parent 7b9f42ac2e
commit 515763d954
9 changed files with 275 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ var (
plugin_flag = "plugin.config"
)
type ActionConifg struct {
type ActionConfig struct {
ROM string `json:"ROM"`
ROM_SO string `json:"ROM_SO"`
EXT []string `json:"EXT"`