mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
18 lines
410 B
TypeScript
18 lines
410 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|