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