diff --git a/src/apps/com.topgether.sixfoot.ts b/src/apps/com.topgether.sixfoot.ts new file mode 100644 index 00000000..c30e5ca0 --- /dev/null +++ b/src/apps/com.topgether.sixfoot.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.topgether.sixfoot', + name: '六只脚', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.topgether.sixfootPro.biz.splash.SplashActivity', + matchLauncher: true, + quickFind: true, + rules: '[id="com.topgether.sixfoot:id/mAdsContainer"] >n [text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12882503', + }, + ], +});