mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
perf(Telegram): 更新提示
This commit is contained in:
@@ -7,16 +7,19 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
matchTime: 10000,
|
|
||||||
resetMatch: 'app',
|
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: ['[text="更新 Telegram"]', '[text="请稍后提醒我"] - View'],
|
matches: [
|
||||||
},
|
'[text="更新 Telegram"]',
|
||||||
|
'@View[clickable=true] + [text="请稍后提醒我"]',
|
||||||
],
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13847837',
|
snapshotUrls: 'https://i.gkd.li/i/13847837',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user