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

Commit

Permalink
perf(APKPure): 功能类-更新与已安装界面-点击[查看更多]
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed May 28, 2024
1 parent e7bed88 commit 55b813c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/apps/com.apkpure.aegon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default defineGkdApp({
},
{
key: 2,
name: '功能类-更新与已安装界面-查看更多',
desc: '在更新界面自动点击查看更多按钮,展开所有应用',
name: '功能类-更新与已安装界面-点击[查看更多]',
quickFind: true,
rules: [
{
activityIds: [
Expand All @@ -29,8 +29,8 @@ export default defineGkdApp({
'com.apkpure.aegon.cms.activity.CommonActivity',
'com.apkpure.aegon.main.activity.AppMoreActivity',
],
matches: 'ViewGroup > [text="查看更多"]',
snapshotUrls: 'https://i.gkd.li/i/13466329',
matches: '@ViewGroup[clickable=true] > [text="查看更多"]',
snapshotUrls: 'https://i.gkd.li/i/15469126',
},
],
},
Expand Down

0 comments on commit 55b813c

Please sign in to comment.