mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(小米应用商店): 请求通知权限提示弹窗 补充activityIds(gkd-kit#3225) (#3316)
close #3225
This commit is contained in:
@@ -62,7 +62,10 @@ export default defineAppConfig({
|
|||||||
desc: '自动点击关闭按钮',
|
desc: '自动点击关闭按钮',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
activityIds: 'com.xiaomi.market.ui.UpdateListActivity',
|
activityIds: [
|
||||||
|
'com.xiaomi.market.ui.UpdateListActivity',
|
||||||
|
'com.xiaomi.market.business_ui.main.MarketTabActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -75,7 +78,10 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '开启通知栏提醒',
|
name: '开启通知栏提醒',
|
||||||
matches: 'Button[text="立即开启"] - Button[text="不了,谢谢"]',
|
matches: 'Button[text="立即开启"] - Button[text="不了,谢谢"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13197306',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13197306',
|
||||||
|
'https://i.gkd.li/import/13691701',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user