mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09: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.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
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user