mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 14:32:20 +08:00
feat(小米云服务): 相册-云存储空间不足 (#823)
This commit is contained in:
parent
1375ef7d4c
commit
aedafd1a46
16
src/apps/com.miui.cloudservice.ts
Normal file
16
src/apps/com.miui.cloudservice.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
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://gkd-kit.songe.li/import/12847374',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user