mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
16 lines
443 B
TypeScript
16 lines
443 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ss.android.article.video',
|
|
name: '西瓜视频',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '西瓜视频-关闭青少年模式弹窗',
|
|
activityIds: 'com.ixigua.commonui.uikit.dialog.XGAlertDialog',
|
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12472628'],
|
|
rules: ['TextView[text="我知道了"][clickable=true]'],
|
|
},
|
|
],
|
|
});
|