feat(微视): 青少年模式 (#2460)

close #2448
This commit is contained in:
jiuqianyuan
2023-11-24 00:09:33 +08:00
committed by GitHub
parent b52bc0cc37
commit 7e0555cfb3

View File

@@ -0,0 +1,19 @@
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',
},
],
});