mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
24 lines
538 B
TypeScript
24 lines
538 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.example.servyouappzhuhai',
|
|
name: '广东税务',
|
|
groups: [
|
|
{
|
|
enable: false,
|
|
key: 0,
|
|
name: '通知提示-通知权限授权弹窗',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.example.servyouappzhuhai:id/btn_dialog_negtive"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13440721',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|