feat: Telegram-拍卖提示 (#1484)

This commit is contained in:
天方夜谭
2025-11-25 12:59:49 +08:00
committed by GitHub
parent 8d0263b590
commit bcfbe34c7d

View File

@@ -33,5 +33,18 @@ export default defineGkdApp({
},
],
},
{
key: 3,
name: '局部广告-拍卖提示',
rules: [
{
fastQuery: true,
activityIds: 'org.telegram.ui.LaunchActivity',
matches:
'@ImageView[clickable=true][width<140 && height<140] - * >2 [text$="Auction is live!"]',
snapshotUrls: 'https://i.gkd.li/i/23725025',
},
],
},
],
});