mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +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: [
|
||||
{
|
||||
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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user