feat: 新增安卓平台支持

This commit is contained in:
mofeng-git
2026-05-24 08:37:19 +00:00
parent dc6475776e
commit b31aae284d
105 changed files with 7900 additions and 473 deletions

View File

@@ -25,4 +25,3 @@ impl AtxConfig {
}
}
}

View File

@@ -61,4 +61,3 @@ impl std::fmt::Display for BitratePreset {
}
}
}

View File

@@ -306,4 +306,3 @@ impl HidConfig {
}
}
}

View File

@@ -41,4 +41,3 @@ impl AppConfig {
crate::platform::defaults::apply(self);
}
}

View File

@@ -146,4 +146,3 @@ impl Default for RedfishConfig {
Self { enabled: false }
}
}