feat: 移除 rule.desc 字段

This commit is contained in:
lisonge
2023-11-06 17:15:06 +08:00
parent 471c3e2c97
commit e97b0ee5e0
15 changed files with 36 additions and 38 deletions

View File

@@ -39,7 +39,7 @@ export default defineAppConfig({
rules: [
{
key: 0,
desc: '参与调研',
name: '参与调研',
matches:
'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc!="返回"][visibleToUser=true]',
snapshotUrls: [
@@ -49,7 +49,7 @@ export default defineAppConfig({
},
{
key: 1,
desc: '邀好友得红包',
name: '邀好友得红包',
matches:
'@ImageView[id!=null] + FrameLayout[childCount=3] > ImageView + LinearLayout + TextView',
snapshotUrls: 'https://i.gkd.li/import/13242002',