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.sina.weibo',
name: `微博`,
name: '微博',
groups: [
{
key: 0,
@@ -18,10 +18,10 @@ export default defineAppConfig({
},
{
key: 2,
name: `关闭不感兴趣广告弹窗`,
activityIds: `com.sina.weibo.view.bottomsheet.dialog.`,
name: '关闭不感兴趣广告弹窗',
activityIds: 'com.sina.weibo.view.bottomsheet.dialog.',
rules: {
matches: [`[text="为何会看到此广告"]`, `[text="不感兴趣"]`],
matches: ['[text="为何会看到此广告"]', '[text="不感兴趣"]'],
}, // 1688889362832
},
],