mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: sync
This commit is contained in:
13
src/apps/com.ss.android.article.video.ts
Normal file
13
src/apps/com.ss.android.article.video.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.ss.android.article.video',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: `西瓜视频-关闭青少年模式弹窗`,
|
||||
activityIds: `com.ixigua.commonui.uikit.dialog.XGAlertDialog`,
|
||||
rules: [`TextView[text="我知道了"][clickable=true]`],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user