mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
17 lines
425 B
TypeScript
17 lines
425 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.Kingdee.Express',
|
|
name: '快递100',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.Kingdee.Express.module.splash.SplashActivity',
|
|
rules:
|
|
'[id="com.Kingdee.Express:id/rl_splash_container"] >n [text^="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12775998',
|
|
},
|
|
],
|
|
});
|