mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
20 lines
498 B
TypeScript
20 lines
498 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tencent.weishi',
|
|
name: '微视',
|
|
groups: [
|
|
{
|
|
key: 3,
|
|
name: '青少年模式',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.tencent.oscar.module.main.MainActivity',
|
|
rules: '[text="青少年保护功能提示"] +3 [text="我知道了"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13448882',
|
|
},
|
|
],
|
|
});
|