mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(微信): 分段广告-订阅号消息内容-广告(补充activityId) (#376)
This commit is contained in:
@@ -597,8 +597,9 @@ export default defineGkdApp({
|
|||||||
name: '分段广告-订阅号消息内容-广告',
|
name: '分段广告-订阅号消息内容-广告',
|
||||||
desc: '点击下拉框-[不感兴趣]-[与我无关]',
|
desc: '点击下拉框-[不感兴趣]-[与我无关]',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.tencent.mm.plugin.brandservice.ui.timeline.preload.ui.TmplWebView', //调整为TmplWebView, 同时兼容多种ID
|
'.plugin.brandservice.ui.timeline.preload.ui.TmplWebView', //调整为TmplWebView, 同时兼容多种ID
|
||||||
'com.tencent.mm.plugin.webview.ui.tools.fts.MMSosWebViewUI',
|
'.plugin.webview.ui.tools.fts.MMSosWebViewUI',
|
||||||
|
'.plugin.webview.ui.tools.MMWebViewUI',
|
||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -617,6 +618,7 @@ export default defineGkdApp({
|
|||||||
'https://i.gkd.li/i/12642232', // ui.TmplWebViewMMUI
|
'https://i.gkd.li/i/12642232', // ui.TmplWebViewMMUI
|
||||||
'https://i.gkd.li/i/13199281', // ui.TmplWebViewTooLMpUI
|
'https://i.gkd.li/i/13199281', // ui.TmplWebViewTooLMpUI
|
||||||
'https://i.gkd.li/i/14006180', // com.tencent.mm.plugin.webview.ui.tools.fts.MMSosWebViewUI
|
'https://i.gkd.li/i/14006180', // com.tencent.mm.plugin.webview.ui.tools.fts.MMSosWebViewUI
|
||||||
|
'https://i.gkd.li/i/17093010', // com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI
|
||||||
'https://i.gkd.li/i/15198464', // 使用excludeMatches防止在文章末尾广告关闭后误触
|
'https://i.gkd.li/i/15198464', // 使用excludeMatches防止在文章末尾广告关闭后误触
|
||||||
'https://i.gkd.li/i/16796663', // 内容尾部广告
|
'https://i.gkd.li/i/16796663', // 内容尾部广告
|
||||||
'https://i.gkd.li/i/16796725', // 内容中部广告
|
'https://i.gkd.li/i/16796725', // 内容中部广告
|
||||||
|
|||||||
@@ -101,6 +101,9 @@ export const blackListAppIDs: string[] = [
|
|||||||
'com.sonkins.tguitar', // Guitar Tuner
|
'com.sonkins.tguitar', // Guitar Tuner
|
||||||
'com.eumlab.android.prometronome', // Pro Metronome
|
'com.eumlab.android.prometronome', // Pro Metronome
|
||||||
'cn.edu.buaa.wxwork', // 智慧北航
|
'cn.edu.buaa.wxwork', // 智慧北航
|
||||||
|
'io.github.muntashirakon.AppManager', // App Manager
|
||||||
|
'moe.shizuku.redirectstorage', // 存储空间隔离
|
||||||
|
'web1n.stopapp', // 小黑屋
|
||||||
|
|
||||||
'com.canghai.haoka',
|
'com.canghai.haoka',
|
||||||
'com.xy.td',
|
'com.xy.td',
|
||||||
|
|||||||
Reference in New Issue
Block a user