fix(public): 恢复 support.rs 的 system_config_bool 引入

This commit is contained in:
fawney19
2026-05-16 14:09:18 +08:00
parent 893ac18d60
commit c2cdcefdc8

View File

@@ -10,7 +10,7 @@ use crate::handlers::shared::{
decrypt_catalog_secret_with_fallbacks, encrypt_catalog_secret_with_fallbacks, decrypt_catalog_secret_with_fallbacks, encrypt_catalog_secret_with_fallbacks,
escape_admin_email_template_html, module_available_from_env, query_param_bool, escape_admin_email_template_html, module_available_from_env, query_param_bool,
query_param_optional_bool, query_param_value, read_admin_email_template_payload, query_param_optional_bool, query_param_value, read_admin_email_template_payload,
render_admin_email_template_html, system_config_string, render_admin_email_template_html, system_config_bool, system_config_string,
unix_secs_to_rfc3339, unix_secs_to_rfc3339,
}; };
use crate::{AppState, GatewayError}; use crate::{AppState, GatewayError};