Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(中国移动云盘): 全屏广告(补充activityid)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 10, 2024
1 parent ee96b4f commit e5be366
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/apps/com.chinamobile.mcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,16 @@ export default defineAppConfig({
rules: [
{
key: 0,
activityIds: 'com.chinamobile.mcloud.client.ui.MenuActivity',
quickFind: true,
activityIds: [
'com.chinamobile.mcloud.client.ui.MenuActivity',
'com.chinamobile.mcloud.client.ui.CustomScanActivity',
],
matches: '[id="com.chinamobile.mcloud:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/i/13627826',
snapshotUrls: [
'https://i.gkd.li/i/13627826',
'https://i.gkd.li/i/14549523',
],
},
{
key: 1,
Expand Down

0 comments on commit e5be366

Please sign in to comment.