mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:42:36 +08:00
feat(小米账号): 更新弹窗 (#573)
This commit is contained in:
parent
b13eec7a53
commit
aee52709cb
15
src/apps/com.xiaomi.account.ts
Normal file
15
src/apps/com.xiaomi.account.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user