feat(奇妙应用): 公告弹窗 (#2397)

close #2396
This commit is contained in:
adproqwq
2023-11-22 22:19:03 +08:00
committed by GitHub
parent b68037cc73
commit 4be29f2e36

View File

@@ -44,5 +44,21 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '公告',
activityIds: 'com.magicalstory.AppStore.main.MainActivity',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'[text*="隐藏"][id="com.magicalstory.AppStore:id/btn_selectNegative"]',
snapshotUrls: 'https://i.gkd.li/import/13437553',
},
],
},
],
});