获取配置的参数值
String? configValue(String key, {String? def}) { return ConfigManager.instance.value(key, def: def); }