Skip to content

Commit

Permalink
feat(今日头条): 更新提示 (补充规则 #631)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 19, 2024
1 parent 6bbb6ec commit d8af280
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/apps/com.ss.android.article.news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ export default defineGkdApp({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
activityIds: [
'com.bytedance.ies.outertest.cn.OuterTestGuideDialogActivity',
'com.ss.android.article.base.feature.ugc.story.StoryVideoActivity',
Expand All @@ -40,6 +42,13 @@ export default defineGkdApp({
'https://i.gkd.li/i/17681710',
],
},
{
key: 1,
activityIds: '.activity.MainActivity',
matches: '[text="以后再说"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/79b75132-9d6f-4e4c-a95b-56dbaca1965d',
snapshotUrls: 'https://i.gkd.li/i/18194356',
},
],
},
{
Expand Down

0 comments on commit d8af280

Please sign in to comment.