mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
chore: sync
This commit is contained in:
@@ -2,16 +2,17 @@ import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.UCMobile',
|
||||
name: `UC浏览器`,
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: `UC浏览器-开屏广告`,
|
||||
name: `开屏广告`,
|
||||
activityIds: `com.uc.browser.InnerUCMobile`,
|
||||
// rules: ``,
|
||||
// TODO
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: 'UC浏览器-推荐页广告',
|
||||
name: '推荐页广告',
|
||||
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||
rules: [
|
||||
'TextView[text=`屏蔽此条广告`]',
|
||||
|
||||
Reference in New Issue
Block a user