mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:13:39 +08:00
fix(vivo 应用商店): 通知提示规则合并 (#3814)
* fix(vivo 应用商店): 通知提示规则合并 * Update com.bbk.appstore.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3f95722baa
commit
9237f7a50a
|
@ -7,7 +7,7 @@ export default defineAppConfig({
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '请求消息通知',
|
name: '通知提示',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
@ -17,19 +17,20 @@ export default defineAppConfig({
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
activityIds: 'com.bbk.appstore.upgrade.UpgradeNecessaryActivity',
|
activityIds: 'com.bbk.appstore.upgrade.UpgradeNecessaryActivity',
|
||||||
matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]',
|
matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13198101',
|
snapshotUrls: 'https://i.gkd.li/import/13198101',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
actionMaximumKey: 0,
|
||||||
activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity',
|
activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity',
|
||||||
matches: '[id="com.bbk.appstore:id/common_dialog_netgtive_btn"]',
|
matches: ['[text*="通知"]', '[text="取消"]'],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13198234',
|
snapshotUrls: [
|
||||||
},
|
'https://i.gkd.li/import/13198234',
|
||||||
{
|
'https://i.gkd.li/import/13246971',
|
||||||
activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity',
|
'https://i.gkd.li/import/13884356',
|
||||||
matches: '[id="com.bbk.appstore:id/quit_button"][text="取消"]',
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13246971',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user