mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:02:34 +08:00
feat(澎湃新闻): 开屏广告 (#146)
* feat(澎湃新闻): 开屏广告 * feat(澎湃新闻) * chore: format+lint --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
parent
6ae7d16d3e
commit
abb0c8a2f5
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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user