Skip to content

Commit

Permalink
修改CRLF为LF
Browse files Browse the repository at this point in the history
Signed-off-by: minglu7 <[email protected]>
  • Loading branch information
minglu7 authored Jan 9, 2025
1 parent 75d7416 commit 2f27497
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/apps/com.uusense.speed.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
import { defineGkdApp } from '@gkd-kit/define';

export default defineGkdApp({
id: 'com.uusense.speed',
name: '测网速',
groups: [
id: 'com.uusense.speed',
name: '测网速',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击【跳过】',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
name: '开屏广告',
desc: '点击【跳过】',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
matches: 'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView',
exampleUrls: 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f',
snapshotUrls: 'https://i.gkd.li/i/18354647',
},
],
activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
matches: 'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView',
exampleUrls: 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f',
snapshotUrls: 'https://i.gkd.li/i/18354647',
},
],
],
},
],
});

0 comments on commit 2f27497

Please sign in to comment.