feat: improve gateway compatibility and complete i18n cleanup

This commit is contained in:
晴天
2026-04-01 15:06:25 +08:00
parent 57b8b25946
commit b427a6b000
59 changed files with 6830 additions and 964 deletions

View File

@@ -8,6 +8,8 @@ pub struct ServiceStatus {
pub description: String,
/// CLI 工具是否已安装Windows/Linux: openclaw CLI
pub cli_installed: bool,
pub ownership: Option<String>,
pub owned_by_current_instance: Option<bool>,
}
#[derive(Debug, Serialize, Deserialize)]