From fb95734b3ca9ea4753e6e4134fd93aeb9a38db20 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:09:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=AD=E5=8F=AA=E8=84=9A):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#968)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #957 --- src/apps/com.topgether.sixfoot.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.topgether.sixfoot.ts 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', + }, + ], +});