mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 05:42:21 +08:00
feat(系统服务组件):游戏加速广告弹窗 (#3836)
* feat(系统服务组件):游戏加速广告弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
97c3a7bb31
commit
00896763a3
21
src/apps/com.miui.securityadd.ts
Normal file
21
src/apps/com.miui.securityadd.ts
Normal file
|
@ -0,0 +1,21 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.miui.securityadd',
|
||||
name: '系统服务组件',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-游戏加速广告弹窗',
|
||||
desc: '点击X',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'com.miui.gamebooster.GameBoosterRichWebActivity',
|
||||
matches:
|
||||
'[id="com.miui.securityadd:id/webViewContainer"] [text="活动图片"] +2 Image[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13914659',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user