mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
19 lines
464 B
TypeScript
19 lines
464 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.example.raylink_flutter',
|
|
name: 'RayLink',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '版本更新',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.example.raylink_flutter.MainActivity',
|
|
rules: '[desc="立即升级"] + [desc="以后再说"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13659530',
|
|
},
|
|
],
|
|
});
|