mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
16 lines
400 B
TypeScript
16 lines
400 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.yumc.phsuperapp',
|
|
name: '必胜客',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.yumc.android.phhome.ui.PhHomeV3Activity',
|
|
rules: '[id="com.yumc.phsuperapp:id/splash_tv_3"][text$="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12740217',
|
|
},
|
|
],
|
|
});
|