mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(探探) 青少年模式
This commit is contained in:
17
src/apps/com.p1.mobile.putong.ts
Normal file
17
src/apps/com.p1.mobile.putong.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user