Files
AIsouler-GKD_subscription/src/apps/com.loyea.adnmb.ts
2024-03-10 20:14:55 +08:00

19 lines
410 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.loyea.adnmb',
name: '蓝岛',
groups: [
{
key: 5,
name: '通知提示-通知弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: 'LinearLayout > Button[text="确定"]',
snapshotUrls: 'https://i.gkd.li/i/13623450',
},
],
});