chore: pnpm lint

This commit is contained in:
lisonge
2023-09-04 17:08:56 +08:00
parent c18b6a8c9c
commit c78510c465
77 changed files with 271 additions and 248 deletions

View File

@@ -2,7 +2,7 @@ import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.baidu.netdisk',
name: `百度网盘`,
name: '百度网盘',
groups: [
{
key: 0,
@@ -10,11 +10,12 @@ export default defineAppConfig({
activityIds: 'com.baidu.netdisk.ui.Navigate',
rules: [
{
matches: `TextView[text="跳过"][clickable=true]`,
snapshotUrls: `https://gkd-kit.gitee.io/import/38517192/edc1d0a6-ebdd-48b0-9e11-f0b2c277c40a`,
matches: 'TextView[text="跳过"][clickable=true]',
snapshotUrls:
'https://gkd-kit.gitee.io/import/38517192/edc1d0a6-ebdd-48b0-9e11-f0b2c277c40a',
},
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
`[id='com.byted.pangle:id/tt_splash_skip_btn']`, // 1687136781353
'[id=\'com.byted.pangle:id/tt_splash_skip_btn\']', // 1687136781353
],
},
],