Skip to content

Commit fd52815

Browse files
chore(actions): check_format_lint
1 parent dc3a6bf commit fd52815

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/apps/com.uusense.speed.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ export default defineGkdApp({
1313
resetMatch: 'app',
1414
rules: [
1515
{
16-
activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
17-
matches: 'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView',
16+
activityIds:
17+
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
18+
matches:
19+
'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView',
1820
exampleUrls: 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f',
1921
snapshotUrls: 'https://i.gkd.li/i/18354647',
2022
},

0 commit comments

Comments
 (0)