mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
commit 77922241af95a310fa60fd20bb1dc8e4f3ea1f25 Author: aisouler <zy43220@gmail.com> Date: Wed Jan 24 13:55:30 2024 +0800 feat(爱吾游戏宝盒):青少年模式
25 lines
585 B
TypeScript
25 lines
585 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.aiwu.market',
|
|
name: '爱吾游戏宝盒',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '青少年模式',
|
|
desc: '点击"我知道了"',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.aiwu.market.ui.activity.NewHomeActivity',
|
|
matches: '[vid="hintTextView2"] + [vid="confirmView"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14032203',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|