mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
18 lines
474 B
TypeScript
18 lines
474 B
TypeScript
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="跳过"||text="Skip"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12506561',
|
|
},
|
|
],
|
|
});
|