mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
chore: init
This commit is contained in:
16
src/apps/com.UCMobile.ts
Normal file
16
src/apps/com.UCMobile.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.UCMobile',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: 'UC浏览器-推荐页广告',
|
||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||
rules: [
|
||||
'TextView[text=`屏蔽此条广告`]',
|
||||
'TextView[text=`广告`] +n ImageView[desc=`不感兴趣`]',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user