-- 引用所有配置文件 Importer:Add(nil, "Config.TypeDefine", false) Importer:Add(nil, "Config.GlobalConfig", false) Importer:Add(nil, "Config.UIID", false) Importer:Add(nil, "Config.AudioID", false) Importer:Add(nil, "Config.TextID", false) Importer:Add(nil, "Config.ItemBaseType", false) Importer:Add(nil, "Config.ItemSubType", false) Importer:Add(nil, "Config.TokenType", false) Importer:Add(nil, "Config.UnlockID", false) Importer:Add(nil, "Config.ShareReward", false) {{range .AllSheets}} Importer:Add(nil, "Config.{{.Name}}", false) {{- end}}