mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
chore: init
This commit is contained in:
16
src/apps/com.baidu.netdisk.ts
Normal file
16
src/apps/com.baidu.netdisk.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.baidu.netdisk',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '百度网盘-开屏广告',
|
||||
activityIds: 'com.baidu.netdisk.ui.Navigate',
|
||||
rules: [
|
||||
'@TextView[text^=`跳过`] + TextView[text=`广告`]',
|
||||
`[id='com.byted.pangle:id/tt_splash_skip_btn']`, // 1687136781353
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user