feat(蓝岛): 通知弹窗 (#2970)

This commit is contained in:
aoguai 2023-12-11 19:25:57 +08:00 committed by GitHub
parent ab2816e110
commit f90652c4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
});