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:
xiaowonet 2024-01-14 22:12:22 +08:00 committed by GitHub
parent 3f95722baa
commit 9237f7a50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '请求消息通知',
name: '通知提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
@ -17,19 +17,20 @@ export default defineAppConfig({
],
rules: [
{
key: 0,
activityIds: 'com.bbk.appstore.upgrade.UpgradeNecessaryActivity',
matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]',
snapshotUrls: 'https://i.gkd.li/import/13198101',
},
{
actionMaximumKey: 0,
activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity',
matches: '[id="com.bbk.appstore:id/common_dialog_netgtive_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13198234',
},
{
activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity',
matches: '[id="com.bbk.appstore:id/quit_button"][text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/13246971',
matches: ['[text*="通知"]', '[text="取消"]'],
snapshotUrls: [
'https://i.gkd.li/import/13198234',
'https://i.gkd.li/import/13246971',
'https://i.gkd.li/import/13884356',
],
},
],
},