feat(RayLink):版本更新 (#3153)

close #3144
This commit is contained in:
jiuqianyuan 2023-12-15 19:33:51 +08:00 committed by GitHub
parent cad0e0ac8e
commit 4b73012598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});