mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
23 lines
546 B
TypeScript
23 lines
546 B
TypeScript
import { defineAppConfig } from '../types';
|
|
export default defineAppConfig({
|
|
id: 'com.x2era.xcloud.app',
|
|
name: 'Fa米家',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: 'Fa米家-升级提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
desc: '关闭升级弹窗',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.x2era.xcloud.app.MainActivity',
|
|
matches: '[id$="com.x2era.xcloud.app:id/iv_cancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13420706',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|