mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(澎湃新闻): 开屏广告 (#146)
* feat(澎湃新闻): 开屏广告 * feat(澎湃新闻) * chore: format+lint --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
23
src/apps/com.wondertek.paper.ts
Normal file
23
src/apps/com.wondertek.paper.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.wondertek.paper',
|
||||
name: '澎湃新闻',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
activityIds: ['cn.thepaper.paper.ui.splash.welcome.LaunchActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'[id="com.wondertek.paper:id/count_down" || id="com.wondertek.paper:id/count_miss"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12644536',
|
||||
'https://gkd-kit.gitee.io/import/12645559',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user