mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(得物): 开屏广告 (#772)
This commit is contained in:
19
src/apps/com.shizhuang.duapp.ts
Normal file
19
src/apps/com.shizhuang.duapp.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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://gkd-kit.gitee.io/import/12841026',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user