feat: 通知提示(补充字段)

This commit is contained in:
aisouler
2024-02-06 22:25:41 +08:00
parent 19df630625
commit a40d1f7f38
123 changed files with 371 additions and 152 deletions

View File

@@ -16,13 +16,13 @@ export default defineAppConfig({
rules: [
{
key: 0,
name: '点击反馈',
name: '点击"反馈"',
matches: 'WebView @[text="反馈"] - View > Image',
snapshotUrls: 'https://i.gkd.li/import/13510973',
},
{
preKeys: 0,
name: '原因选不感兴趣',
name: '原因选"不感兴趣"',
matches: '@LinearLayout[clickable=true] > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13510972',
},