mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 03:19:23 +08:00
feat: 添加安卓系统图标和识别方案支持
This commit is contained in:
1
public/assets/os-android.svg
Normal file
1
public/assets/os-android.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1757681233836" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8338" data-spm-anchor-id="a313x.search_index.0.i12.66f47615sh6eEL" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512"><path d="M213.504 240.298667a42.666667 42.666667 0 0 1 58.197333 15.872l85.333334 149.333333a42.666667 42.666667 0 1 1-74.069334 42.325333l-85.333333-149.333333a42.666667 42.666667 0 0 1 15.872-58.197333zM810.496 240.298667a42.666667 42.666667 0 0 0-58.197333 15.872l-85.333334 149.333333a42.666667 42.666667 0 1 0 74.069334 42.325333l85.333333-149.333333a42.666667 42.666667 0 0 0-15.872-58.197333z" fill="#9F9F9F" p-id="8339"></path><path d="M512 341.333333c-221.269333 0-403.2 168.405333-424.533333 384.042667-2.346667 23.466667 16.981333 42.624 40.533333 42.624h768c23.552 0 42.88-19.157333 40.533333-42.624C915.2 509.738667 733.312 341.333333 512 341.333333z" fill="#19e226" p-id="8340" data-spm-anchor-id="a313x.search_index.0.i2.66f47615sh6eEL" class=""></path><path d="M341.333333 640a42.666667 42.666667 0 1 1 0-85.333333 42.666667 42.666667 0 0 1 0 85.333333zM682.666667 640a42.666667 42.666667 0 1 1 0-85.333333 42.666667 42.666667 0 0 1 0 85.333333z" fill="#f8fcf8" p-id="8341" data-spm-anchor-id="a313x.search_index.0.i11.66f47615sh6eEL" class=""></path></svg>
|
After Width: | Height: | Size: 1.4 KiB |
@@ -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