feat(华为应用市场): 更新提示(兼容所有华为系统应用) (#2425)

close #2417
This commit is contained in:
walklty
2023-11-24 00:02:02 +08:00
committed by GitHub
parent 1ab8e7abbd
commit 2ec19155a7

View File

@@ -17,7 +17,10 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
name: '更新弹窗', name: '更新弹窗',
activityIds: 'com.huawei.appmarket.MarketActivity', matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '@[text="以后再说"] + [text="立即更新"]', rules: '@[text="以后再说"] + [text="立即更新"]',
snapshotUrls: 'https://i.gkd.li/import/13228520', snapshotUrls: 'https://i.gkd.li/import/13228520',
}, },