Skip to content

Commit

Permalink
fix: 修正keep 的开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
uuiid committed Jul 26, 2024
1 parent b81ce1e commit 83ddab8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions src/apps/com.gotokeep.keep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ export default defineGkdApp({
rules: '[text$="未成年人模式"] +2 @[clickable=true] > [text="我知道了"]',
snapshotUrls: 'https://i.gkd.li/import/12706097',
},
{
key: 2,
name: '开屏广告-弹窗',
rules: [
{
key: 0,
activityIds:
'com.gotokeep.keep.refactor.business.main.activity.MainActivity',
matches:
'[id="com.gotokeep.keep:id/layoutLottie"] +(1,2) [id="com.gotokeep.keep:id/imgCloseHomePageDialog"]',
snapshotUrls: [
'https://i.gkd.li/import/12706102',
'https://i.gkd.li/import/13761641',
],
},
],
},
{
key: 3,
name: '局部广告-首页局部广告-信息流广告',
Expand Down
2 changes: 1 addition & 1 deletion src/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import globalGroups from './globalGroups';
export default defineGkdSubscription({
id: 74586,
name: 'uuiid-的gdk规则',
version: 20,
version: 21,
author: 'uuiid',
checkUpdateUrl: './gkd.version.json5',
supportUri: 'https://github.com/gkd-kit/subscription-template',
Expand Down

0 comments on commit 83ddab8

Please sign in to comment.