Skip to content

Commit

Permalink
perf: 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 15, 2025
1 parent f515b29 commit 7f6b718
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/apps/cn.soulapp.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ export default defineGkdApp({
'.component.chat.ConversationActivity',
'.component.startup.main.MainActivity',
],
matches:
'[id="cn.soulapp.android:id/score_message"] +3 [id="cn.soulapp.android:id/cancel"]',
matches: [
'[vid="score_message"][visibleToUser=true]',
'[vid="cancel"][visibleToUser=true]',
],
exampleUrls: 'https://e.gkd.li/4f67640e-836c-4b17-9870-5bb8b8547462',
snapshotUrls: [
'https://i.gkd.li/i/13425057',
Expand Down

0 comments on commit 7f6b718

Please sign in to comment.