mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(森空岛): 青少年模式弹窗 (#1536)
* Create com.hypergryph.skland.ts * Update com.hypergryph.skland.ts
This commit is contained in:
18
src/apps/com.hypergryph.skland.ts
Normal file
18
src/apps/com.hypergryph.skland.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.hypergryph.skland',
|
||||||
|
name: '森空岛',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '青少年模式弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: ['com.hypergryph.skland.MainActivity'],
|
||||||
|
rules: '[id="com.hypergryph.skland:id/confirmTv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13197012',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user