chore: init

This commit is contained in:
lisonge
2023-07-04 10:39:26 +08:00
commit f8d9cf6b56
83 changed files with 3964 additions and 0 deletions

View 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
],
},
],
};