mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
19
src/apps/com.tencent.weishi.ts
Normal file
19
src/apps/com.tencent.weishi.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user