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:
adproqwq
2024-01-14 21:17:01 +08:00
committed by GitHub
parent bbc878cfe4
commit be3b84a9da

View 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',
},
],
});