feat(小米账号): 更新弹窗 (#573)

This commit is contained in:
Kun Jinkao 2023-10-02 23:06:05 +08:00 committed by GitHub
parent b13eec7a53
commit aee52709cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaomi.account',
name: '小米账号',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'com.xiaomi.account.upgrade.AccountApkUpdateDialogActivity',
rules: '@[text="以后再说"] + [text="立即升级"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12781280',
},
],
});