Files
AIsouler-GKD_subscription/src/apps/com.igpsport.igpsportandroid.ts
2024-02-23 21:42:34 +08:00

18 lines
399 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.igpsport.igpsportandroid',
name: 'iGPSPORT',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="忽略本次"] + [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/i/13797203',
},
],
});