feat: 添加安卓系统图标和识别方案支持

This commit is contained in:
2025-09-12 21:10:41 +08:00
parent 20c12612d4
commit 086bd2c5a4
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,11 @@ interface OSConfig {
// 操作系统匹配组
const osConfigs: OSConfig[] = [
{
name: "Android",
image: "/assets/os-android.svg",
keywords: ["android", "lineage", "lineageos", "aosp", "android os"],
},
{
name: "Alibaba",
image: "/assets/os-alibaba.svg",