mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
chore: pnpm lint
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tencent.mtt',
|
||||
name: `QQ浏览器`,
|
||||
name: 'QQ浏览器',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -12,9 +12,9 @@ export default defineAppConfig({
|
||||
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]',
|
||||
|
||||
{
|
||||
matches: `@LinearLayout[clickable=true] > TextView[text="跳过"]`,
|
||||
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
|
||||
snapshotUrls: [
|
||||
`https://gkd-kit.gitee.io/import/38517192/7d8e9661-c29a-4448-94c2-d7b0a1756107`,
|
||||
'https://gkd-kit.gitee.io/import/38517192/7d8e9661-c29a-4448-94c2-d7b0a1756107',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user