mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
15 lines
331 B
TypeScript
15 lines
331 B
TypeScript
import type { AppConfig } from '../types';
|
|
|
|
export default <AppConfig>{
|
|
id: 'com.kmxs.reader',
|
|
name: `七猫免费小说`,
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '关闭青少年模式',
|
|
activityIds: 'com.kmxs.reader.home.ui.HomeActivity',
|
|
rules: '[id=`com.kmxs.reader:id/young_dialog_close`]',
|
|
},
|
|
],
|
|
};
|