mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
feat(小米社区): 更新弹窗, 评论区广告卡片 (#129)
This commit is contained in:
parent
d8cb2a5dc7
commit
f50546eff5
23
src/apps/com.xiaomi.vipaccount.ts
Normal file
23
src/apps/com.xiaomi.vipaccount.ts
Normal file
|
@ -0,0 +1,23 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.xiaomi.vipaccount',
|
||||
name: '小米社区',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'miuix.appcompat.app.AlertDialog',
|
||||
rules:
|
||||
'@[text="稍后安装"] < LinearLayout - ScrollView >(4) [text="发现新版本"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642466',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '评论区广告卡片',
|
||||
activityIds: 'com.xiaomi.vipaccount.newbrowser.NormalWebActivity',
|
||||
rules: '[text="closeGray"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642459',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user