mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
Squashed commit of the following:
commit 77922241af95a310fa60fd20bb1dc8e4f3ea1f25 Author: aisouler <zy43220@gmail.com> Date: Wed Jan 24 13:55:30 2024 +0800 feat(爱吾游戏宝盒):青少年模式
This commit is contained in:
24
src/apps/com.aiwu.market.ts
Normal file
24
src/apps/com.aiwu.market.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user