mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
28 lines
676 B
TypeScript
28 lines
676 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'tw.nekomimi.nekogram',
|
|
name: 'Nekogram',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'org.telegram.ui.LaunchActivity',
|
|
matches:
|
|
'@Button[desc$="稍后提醒我"] - [desc="立即下载"] <3 FrameLayout < FrameLayout < [id="android:id/content"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/14229236',
|
|
'https://i.gkd.li/i/14372061',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|