feat(澎湃新闻): 开屏广告-规则优化(#1320)

* Update com.wondertek.paper.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
walklty
2023-10-24 00:38:21 +08:00
committed by GitHub
parent 6877dfe5a0
commit 7b3503e778

View File

@@ -8,6 +8,7 @@ export default defineAppConfig({
key: 1, key: 1,
name: '开屏广告', name: '开屏广告',
activityIds: ['cn.thepaper.paper.ui.splash.welcome.LaunchActivity'], activityIds: ['cn.thepaper.paper.ui.splash.welcome.LaunchActivity'],
matchLauncher: true,
rules: [ rules: [
{ {
matches: matches:
@@ -15,6 +16,7 @@ export default defineAppConfig({
snapshotUrls: [ snapshotUrls: [
'https://gkd-kit.gitee.io/import/12644536', 'https://gkd-kit.gitee.io/import/12644536',
'https://gkd-kit.gitee.io/import/12645559', 'https://gkd-kit.gitee.io/import/12645559',
'https://gkd-kit.gitee.io/import/13064620', //matchLauncher
], ],
}, },
], ],