mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
18 lines
399 B
TypeScript
18 lines
399 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.hypergryph.skland',
|
|
name: '森空岛',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '青少年模式',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text*="青少年模式"] +n [text="我知道了"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13197012',
|
|
},
|
|
],
|
|
});
|