Skip to main content

Module system_section

Module system_section 

Source
Expand description

系统启动配置分区(只读展示)。

展示启动时读取、不可运行时修改的配置:数据库连接、日志级别、Docker 等。 这些值在进程启动前就需要(配置 pool/runtime 本身),无法迁移到 DB 面板。 2026 最佳实践:密钥与基础设施配置保留在 env,不放自定义 DB 表。

Re-exports§

pub use SystemSection_completions::Component::SystemSection;

Structs§

SystemInfoRowProps 🔒
Properties for the SystemInfoRow component.

Functions§

SystemInfoRow 🔒
单行系统信息(标签 + 值 + 提示)。
SystemSection
系统启动配置分区组件(只读)。