Skip to content

Commit ac94901

Browse files
authored
perf: 更新 com.xiaomi.market.ts
1 parent 0987967 commit ac94901

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/apps/com.xiaomi.market.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,20 +162,18 @@ export default defineGkdApp({
162162
key: 16,
163163
name: '功能类-启动后自动打开更新页面',
164164
desc: '仅开屏触发一次',
165+
fastQuery: true,
166+
activityIds: '.business_ui.main.MarketTabActivity',
165167
rules: [
166168
{
167169
key: 0,
168-
fastQuery: true,
169-
activityIds: '.business_ui.main.MarketTabActivity',
170170
matches:
171171
'@[clickable=true] > [text="我的"] <<n [vid="tab_container_layout"]',
172172
snapshotUrls: 'https://i.gkd.li/i/26096077',
173173
},
174174
{
175175
key: 1,
176176
preKeys: [0],
177-
fastQuery: true,
178-
activityIds: '.business_ui.main.MarketTabActivity',
179177
matches: '@[clickable=true] >2 [text="应用升级"]',
180178
snapshotUrls: 'https://i.gkd.li/i/26096406',
181179
},

0 commit comments

Comments
 (0)