mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(Telegram): 更新弹窗 (#3755)
* feat(Telegram): 更新弹窗 * chore(actions): check_format_lint * update: 补充quickFind * update: 修改规则名称 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
22
src/apps/org.telegram.messenger.web.ts
Normal file
22
src/apps/org.telegram.messenger.web.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'org.telegram.messenger.web',
|
||||
name: 'Telegram',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
matchTime: 10000,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
matches: ['[text="更新 Telegram"]', '[text="请稍后提醒我"] - View'],
|
||||
},
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/import/13847837',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user