mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(人民日报): 局部广告-卡片广告
This commit is contained in:
23
src/apps/com.peopledailychina.activity.ts
Normal file
23
src/apps/com.peopledailychina.activity.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.peopledailychina.activity',
|
||||
name: '人民日报',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.peopledailychina.activity.activity.MainActivity',
|
||||
matches: '[vid="advert_iv_del"][visibleToUser=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/53c28fe8-9db9-45d8-82b3-7034aa10d2ed',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15175151',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user