mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-19 11:59:21 +08:00
feat: 添加安卓系统图标和识别方案支持
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user