mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 增加 oppo 软件商店开屏广告自动跳过规则
This commit is contained in:
17
src/apps/com.heytap.market.ts
Normal file
17
src/apps/com.heytap.market.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.heytap.market',
|
||||||
|
name: '软件商店',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds:
|
||||||
|
'com.heytap.cdo.client.cards.page.main.maintab.MainTabActivity',
|
||||||
|
rules:
|
||||||
|
'[id="android:id/content"] > RelativeLayout > LinearLayout > [text="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12506561',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user