Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat:通知提示(优化规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 26, 2024
1 parent 1ec0719 commit 7ad0346
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/apps/com.ss.android.auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,13 @@ export default defineAppConfig({
activityIds: [
'com.ss.android.auto.activity.SplashActivity',
'com.ss.android.auto.policy.AutoPrivacyActivity',
'com.bytedance.im.auto.conversation.activity.ConversationListActivity', // https://i.gkd.li/import/14060897
],
rules: '@TextView[clickable=true] + [text*="推送通知"]',
snapshotUrls: [
'https://i.gkd.li/import/12840664',
'https://i.gkd.li/import/14060897',
],
rules: '@TextView[clickable=true] + [text^="打开推送通知"]',
snapshotUrls: 'https://i.gkd.li/import/12840664',
},
{
key: 7,
Expand Down

0 comments on commit 7ad0346

Please sign in to comment.