diff --git a/src/apps/com.yadea.smartmoto.ts b/src/apps/com.yadea.smartmoto.ts new file mode 100644 index 000000000..40aa8f88f --- /dev/null +++ b/src/apps/com.yadea.smartmoto.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.yadea.smartmoto', + name: '雅迪智行', + groups: [ + { + key: 0, + name: '权限提示-通知权限', + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + fastQuery: true, + activityIds: '.main.view.MainActivity', + rules: [ + { + matches: '[vid="tv_cancel"]', + snapshotUrls: 'https://i.gkd.li/i/30144136', + }, + ], + }, + ], +});