mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
19
src/apps/com.baidu.haokan.ts
Normal file
19
src/apps/com.baidu.haokan.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.baidu.haokan',
|
||||
name: '好看视频',
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '青少年模式弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.baidu.haokan.app.activity.HomeActivity',
|
||||
rules: '[text="进入青少年模式"] + [text="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13498610',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user