mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(小天才): 弹窗提醒、开启通知提醒规则优化 (#1545)
This commit is contained in:
@@ -5,24 +5,32 @@ 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: [
|
||||
{
|
||||
matches: [
|
||||
'[id="com.xtc.watch:id/iv_notify_permission_close"]',
|
||||
'[id="com.xtc.watch:id/iv_close"]',
|
||||
],
|
||||
rules: '[id="com.xtc.watch:id/iv_close"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13059965',
|
||||
'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"]'],
|
||||
snapshotUrls: ['https://i.gkd.li/import/13059965'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user