feat(中国移动江苏): 版本更新 (#2025)

This commit is contained in:
jiuqianyuan
2023-11-13 00:25:57 +08:00
committed by GitHub
parent ddcd9dab42
commit 0a4bb8bca4

View File

@@ -7,11 +7,13 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: ['com.jsmcc.ui.MainActivityGroupNew'], matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [ rules: [
{ {
matches: matches:
'[id="com.jsmcc:id/ad_content"] [text^="跳过"][text.length<=3]', '[id="com.jsmcc:id/ad_content"] [text*="跳过"][text.length<=10]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/12830488', 'https://i.gkd.li/import/12830488',
'https://i.gkd.li/import/12830580', 'https://i.gkd.li/import/12830580',
@@ -19,5 +21,21 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 1,
name: '版本更新',
matchLauncher: true,
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: '[id="com.jsmcc:id/cancelVersionTV"]',
snapshotUrls: 'https://i.gkd.li/import/13327322',
},
],
},
], ],
}); });