mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(快递100): 开屏广告 (#545)
This commit is contained in:
16
src/apps/com.Kingdee.Express.ts
Normal file
16
src/apps/com.Kingdee.Express.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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://gkd-kit.songe.li/import/12775998',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user