diff --git a/src/apps/com.xtc.watch.ts b/src/apps/com.xtc.watch.ts index bb1b0961..634798f7 100644 --- a/src/apps/com.xtc.watch.ts +++ b/src/apps/com.xtc.watch.ts @@ -5,23 +5,31 @@ export default defineAppConfig({ name: '小天才', groups: [ { - key: 3, - name: '开启通知提醒', + key: 2, + name: '弹窗提醒', + desc: '已知包括APP升级提醒与开启通知提醒,自动点击关闭。', + enable: false, quickFind: true, activityIds: [ + 'com.xtc.widget.phone.popup.activity.CustomActivity14', 'com.xtc.widget.phone.popup.activity.CustomActivity13', - 'com.xtc.watch.view.home.activity.XtcHomeActivity', ], + rules: '[id="com.xtc.watch:id/iv_close"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13197390', + 'https://i.gkd.li/import/13063274', + ], + }, + { + key: 3, + name: '开启通知提醒', + enable: false, + quickFind: true, + activityIds: ['com.xtc.watch.view.home.activity.XtcHomeActivity'], rules: [ { - matches: [ - '[id="com.xtc.watch:id/iv_notify_permission_close"]', - '[id="com.xtc.watch:id/iv_close"]', - ], - snapshotUrls: [ - 'https://i.gkd.li/import/13059965', - 'https://i.gkd.li/import/13063274', - ], + matches: ['[id="com.xtc.watch:id/iv_notify_permission_close"]'], + snapshotUrls: ['https://i.gkd.li/import/13059965'], }, ], },