diff --git a/src/apps/com.example.servyouappzhuhai.ts b/src/apps/com.example.servyouappzhuhai.ts new file mode 100644 index 00000000..8e14b4d3 --- /dev/null +++ b/src/apps/com.example.servyouappzhuhai.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.example.servyouappzhuhai', + name: '广东税务', + groups: [ + { + key: 0, + name: '通知权限授权弹窗', + enable: false, + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + rules: [ + { + matches: '[id="com.example.servyouappzhuhai:id/btn_dialog_negtive"]', + snapshotUrls: 'https://i.gkd.li/import/13440721', + }, + ], + }, + ], +});