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

@@ -29,7 +29,7 @@ export default defineAppConfig({
rules: [
{
key: 0,
desc: '点击【更多】按钮',
name: '点击【更多】按钮',
matches:
'FrameLayout[id="android:id/content"][childCount=1] >n [text="广告"] +n [id="com.tencent.news:id/dislike_streamAd_more"]',
snapshotUrls: [
@@ -41,7 +41,7 @@ export default defineAppConfig({
{
preKeys: [0],
key: 1,
desc: '点击【不感兴趣】按钮',
name: '点击【不感兴趣】按钮',
matches:
'[id="com.tencent.news:id/dislike_reason_view"] >n [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/12755852',