mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
chore: init
This commit is contained in:
16
src/apps/com.quark.browser.ts
Normal file
16
src/apps/com.quark.browser.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.quark.browser',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '夸克浏览器-小说阅读页面底部广告',
|
||||
activityIds: 'com.ucpro.BrowserActivity',
|
||||
rules: [
|
||||
'[id=`com.quark.browser:id/tv_close_ad`][text=`关闭广告`]',
|
||||
'[id=`com.quark.browser:id/ad_close_layout_container`]',
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user