mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-30 04:40:18 +08:00
feat(hermes): add bundled plugin channel configs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -869,7 +869,7 @@ fn put_number_value_if_present(entry: &mut Map<String, Value>, key: &str, value:
|
||||
}
|
||||
return;
|
||||
}
|
||||
put_number_from_form(entry, key, &value.and_then(|v| v.as_str()).unwrap_or(""));
|
||||
put_number_from_form(entry, key, value.and_then(|v| v.as_str()).unwrap_or(""));
|
||||
}
|
||||
|
||||
fn normalize_numeric_form_value(map: &mut Map<String, Value>, key: &str) {
|
||||
|
||||
Reference in New Issue
Block a user