diff --git a/src/apps/com.tencent.weishi.ts b/src/apps/com.tencent.weishi.ts new file mode 100644 index 00000000..e1fce50b --- /dev/null +++ b/src/apps/com.tencent.weishi.ts @@ -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', + }, + ], +});