mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
17 lines
380 B
TypeScript
17 lines
380 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.igpsport.igpsportandroid',
|
|
name: 'iGPSPORT',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '@[text="忽略本次"] + [text="立即升级"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13797203',
|
|
},
|
|
],
|
|
});
|