diff --git a/src/apps/com.Kingdee.Express.ts b/src/apps/com.Kingdee.Express.ts new file mode 100644 index 00000000..56fc5c69 --- /dev/null +++ b/src/apps/com.Kingdee.Express.ts @@ -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', + }, + ], +});