mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
17 lines
419 B
TypeScript
17 lines
419 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.miui.cloudservice',
|
|
name: '小米云服务',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '相册-云存储空间不足',
|
|
activityIds:
|
|
'com.miui.cloudservice.hybrid.SignDeductDialogHybridActivity',
|
|
rules: 'View > [text="以后再说"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12847374',
|
|
},
|
|
],
|
|
});
|