mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat: 小米移动-评价提示 (#1350)
This commit is contained in:
19
src/apps/com.xiaomi.mimobile.ts
Normal file
19
src/apps/com.xiaomi.mimobile.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user