feat: 小米移动-评价提示 (#1350)

This commit is contained in:
天方夜谭
2025-10-30 19:46:37 +08:00
committed by GitHub
parent d1a8e24d29
commit 4ac2866131

View File

@@ -0,0 +1,19 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.xiaomi.mimobile',
name: '小米移动',
groups: [
{
key: 1,
name: '评价提示',
rules: [
{
activityIds: '.activity.XiaomiMobileMainActivity',
matches: '@ImageView[desc=null] < [desc="「小米移动」使用体验调查"]',
snapshotUrls: 'https://i.gkd.li/i/23227230',
},
],
},
],
});