mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 14:42:21 +08:00
feat(蓝岛): 通知弹窗 (#2970)
This commit is contained in:
parent
ab2816e110
commit
f90652c4ef
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user