Skip to content

Commit

Permalink
feat: 关闭微博动态通知弹窗
Browse files Browse the repository at this point in the history
Signed-off-by: minglu7 <[email protected]>
  • Loading branch information
minglu7 authored Jan 8, 2025
1 parent 8d9c48f commit 7538b99
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.sina.weibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ export default defineGkdApp({
id: 'com.sina.weibo',
name: '微博',
groups: [
{
key: 1,
name: '通知提示-动态通知弹窗',
desc: '点击【暂不开启】',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
activityIds: '.notifyguidev2.NotifyGuideV2Activity',
matches: 'TextView[vid="bt_cancel"][text="暂不开启"]',
exampleUrls: 'https://e.gkd.li/27ca2408-ffaf-4d4b-94cf-343f46b866fe',
snapshotUrls: 'https://i.gkd.li/i/18342279',
},
],
},
{
key: 3,
name: '全屏广告-兴趣领域推荐',
Expand Down

0 comments on commit 7538b99

Please sign in to comment.