feat(探探) 青少年模式

This commit is contained in:
Kun Jinkao
2024-02-19 22:06:10 +08:00
parent 3dfb0c6401
commit 069ec6b30f

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.p1.mobile.putong',
name: '探探',
groups: [
{
key: 1,
name: '青少年模式',
quickFind: true,
resetMatch: 'app',
actionMaximum: 1,
rules: '@[text="我知道了"] + [text="开启青少年模式"]',
snapshotUrls: 'https://i.gkd.li/import/14332010',
},
],
});