diff --git a/src/apps/com.loyea.adnmb.ts b/src/apps/com.loyea.adnmb.ts new file mode 100644 index 00000000..cce77ef1 --- /dev/null +++ b/src/apps/com.loyea.adnmb.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.loyea.adnmb', + name: '蓝岛', + groups: [ + { + key: 5, + name: '通知弹窗', + enable: false, + quickFind: true, + activityIds: 'com.loyea.adnmb.activity.MainActivity', + rules: 'LinearLayout > Button[text="确定"]', + snapshotUrls: 'https://i.gkd.li/import/13623450', + }, + ], +});