mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(蓝岛): 通知弹窗 (#2970)
This commit is contained in:
17
src/apps/com.loyea.adnmb.ts
Normal file
17
src/apps/com.loyea.adnmb.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user