mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
19 lines
410 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|