Skip to content

Commit

Permalink
chore: delete names
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunsetra committed Dec 21, 2024
1 parent 0efb88f commit 366bb75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/apps/com.zhihu.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ export default defineGkdApp({
rules: [
{
key: 0,
name: '点击[X]',
matches:
'@ViewGroup[clickable=true] <n ViewGroup < ViewGroup[index=parent.childCount.minus(1)] -n ViewGroup >n ViewGroup >n TextView[text$=`的广告`]',
snapshotUrls: 'https://i.gkd.li/i/18216441',
},
{
key: 90,
name: '点击[不感兴趣]',
preKeys: [0],
matches: '@TextView[text$=`内容不感兴趣`]',
snapshotUrls: 'https://i.gkd.li/i/18216448',
Expand All @@ -58,20 +56,17 @@ export default defineGkdApp({
rules: [
{
key: 0,
name: '点击[X]',
matches:
'@ViewGroup[clickable=true] -n ViewGroup >n TextView[text$=`的广告`]',
snapshotUrls: 'https://i.gkd.li/i/18216485',
},
{
key: 1,
name: '点击[X]',
matches: '@[id="com.zhihu.android:id/remove"]',
snapshotUrls: 'https://i.gkd.li/i/18216895',
},
{
key: 90,
name: '点击[不感兴趣]',
preKeys: [0, 1],
matches: '@TextView[text$=`内容不感兴趣`]',
snapshotUrls: 'https://i.gkd.li/i/18216487',
Expand Down

0 comments on commit 366bb75

Please sign in to comment.