mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(小米账号): 更新弹窗 (#573)
This commit is contained in:
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user