Files
AIsouler-GKD_subscription/src/apps/com.m17qcc.mm.ts
2024-02-06 19:00:15 +08:00

19 lines
451 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.m17qcc.mm',
name: '青创网',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'miuix.appcompat.app.m',
rules: '[text*="新版本"] +(n) LinearLayout > TextView[text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/12642297',
},
],
});