feat(六只脚): 开屏广告 (#968)

#957
This commit is contained in:
Kun Jinkao
2023-10-13 01:09:58 +08:00
committed by GitHub
parent bcecff772e
commit fb95734b3c

View File

@@ -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',
},
],
});