mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:52:21 +08:00
parent
cad0e0ac8e
commit
4b73012598
18
src/apps/com.example.raylink_flutter.ts
Normal file
18
src/apps/com.example.raylink_flutter.ts
Normal file
|
@ -0,0 +1,18 @@
|
|||
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user