mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
20 lines
451 B
TypeScript
20 lines
451 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.shizhuang.duapp',
|
|
name: '得物',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.shizhuang.duapp.modules.home.ui.SplashActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.shizhuang.duapp:id/tv_countdown_bottom"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12841026',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|