mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat: Telegram-拍卖提示 (#1484)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user