mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
21 lines
553 B
TypeScript
21 lines
553 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.wondertek.paper',
|
|
name: '澎湃新闻',
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-弹窗广告',
|
|
activityIds: ['cn.thepaper.paper.ui.main.MainActivity'],
|
|
rules: [
|
|
{
|
|
matches:
|
|
'[id="com.wondertek.paper:id/second_num"] <2 [id="com.wondertek.paper:id/relative_layout"] + [id="com.wondertek.paper:id/close_photo"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12899226'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|