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

@@ -24,13 +24,13 @@ export default defineAppConfig({
activityIds: 'com.yunxiang.wuyu.MainActivity',
rules: [
{
name: '【x】型',
name: '"x"型',
matches:
'ImageView < @ViewGroup[clickable=true] < ViewGroup +n ViewGroup [text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13455628',
},
{
name: '跳过型',
name: '"跳过"型',
matches: [
'TextView[text="广告"]',
'@ViewGroup > TextView[text="跳过"]',