mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
chore: pnpm lint
This commit is contained in:
@@ -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
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user