mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
18 lines
466 B
TypeScript
18 lines
466 B
TypeScript
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://i.gkd.li/import/12882503',
|
|
},
|
|
],
|
|
});
|