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: '小天才',
|
name: '小天才',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 2,
|
||||||
name: '开启通知提醒',
|
name: '弹窗提醒',
|
||||||
|
desc: '已知包括APP升级提醒与开启通知提醒,自动点击关闭。',
|
||||||
|
enable: false,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
|
'com.xtc.widget.phone.popup.activity.CustomActivity14',
|
||||||
'com.xtc.widget.phone.popup.activity.CustomActivity13',
|
'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: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13059965',
|
'https://i.gkd.li/import/13197390',
|
||||||
'https://i.gkd.li/import/13063274',
|
'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