mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:43:44 +08:00
feat(广东税务): 通知权限授权弹窗 (#2412)
* feat(广东税务): 通知权限授权弹窗 * chore(actions): check_format_lint * fix(广东税务): 通知权限授权规则默认关闭 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2405
This commit is contained in:
parent
dbbc55f223
commit
83c53e2cd1
23
src/apps/com.example.servyouappzhuhai.ts
Normal file
23
src/apps/com.example.servyouappzhuhai.ts
Normal file
|
@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user