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.BaiduMap',
name: `百度地图`,
name: '百度地图',
groups: [
{
key: 0,
@@ -10,7 +10,7 @@ export default defineAppConfig({
activityIds: 'com.baidu.baidumaps.MapsActivity',
rules: [
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
`ImageView[clickable=false] + TextView[text^='跳过'][clickable=true]`, // 1689423368140
'ImageView[clickable=false] + TextView[text^=\'跳过\'][clickable=true]', // 1689423368140
],
},
],