We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0987967 commit ac94901Copy full SHA for ac94901
src/apps/com.xiaomi.market.ts
@@ -162,20 +162,18 @@ export default defineGkdApp({
162
key: 16,
163
name: '功能类-启动后自动打开更新页面',
164
desc: '仅开屏触发一次',
165
+ fastQuery: true,
166
+ activityIds: '.business_ui.main.MarketTabActivity',
167
rules: [
168
{
169
key: 0,
- fastQuery: true,
- activityIds: '.business_ui.main.MarketTabActivity',
170
matches:
171
'@[clickable=true] > [text="我的"] <<n [vid="tab_container_layout"]',
172
snapshotUrls: 'https://i.gkd.li/i/26096077',
173
},
174
175
key: 1,
176
preKeys: [0],
177
178
179
matches: '@[clickable=true] >2 [text="应用升级"]',
180
snapshotUrls: 'https://i.gkd.li/i/26096406',
181
0 commit comments