feat(X): 评价弹窗 (#3493)

This commit is contained in:
lyc452
2024-01-02 19:58:02 +08:00
committed by GitHub
parent c2e8c115da
commit 3a5222e804

View File

@@ -139,5 +139,19 @@ export default defineAppConfig({
},
],
},
{
key: 4,
name: '评价弹窗',
quickFind: true,
matchTime: 10000,
enable: false,
rules: [
{
activityIds: 'com.twitter.app.main.MainActivity',
matches: '[id="com.twitter.android:id/app_rating_button_never"]',
snapshotUrls: 'https://i.gkd.li/import/13774150',
},
],
},
],
});