mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(NGA玩家社区): 开屏广告-规则优化 (#914)
* feat(手机知网): 开屏广告,更新弹窗 手机知网,开屏广告,更新弹窗 * chore(actions): check_format_lint * feat(NGA玩家论坛):开屏广告跳过更新 开屏广告跳过更新 * chore(actions): check_format_lint * feat(NGA玩家社区):开屏广告更新 开屏广告更新 * chore(actions): check_format_lint * feat(NGA玩家社区): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -7,14 +7,17 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: [
|
quickFind: true,
|
||||||
'gov.pianzong.androidnga.activity.LoadingActivity',
|
matchLauncher: true,
|
||||||
'com.miui.home.launcher.Launcher',
|
activityIds: ['gov.pianzong.androidnga.activity.LoadingActivity'],
|
||||||
|
rules: [
|
||||||
|
'[id="gov.pianzong.androidnga:id/iv_tg_ad"]',
|
||||||
|
'[id="gov.pianzong.androidnga:id/ksad_splash_circle_skip_view"]',
|
||||||
],
|
],
|
||||||
rules: ['[id="gov.pianzong.androidnga:id/iv_tg_ad"]'],
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12476484',
|
'https://gkd-kit.gitee.io/import/12476484',
|
||||||
'https://gkd-kit.gitee.io/import/12706127', // activityId: 'com.miui.home.launcher.Launcher'
|
'https://gkd-kit.gitee.io/import/12706127', // activityId: 'com.miui.home.launcher.Launcher',
|
||||||
|
'https://gkd-kit.gitee.io/import/12864707', // activityIds: 'gov.pianzong.androidnga.activity.LoadingActivity',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user