mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
fix(QQ): 开屏广告(误触-默认关闭) (#154)
This commit is contained in:
@@ -5,8 +5,10 @@ export default defineAppConfig({
|
|||||||
name: 'QQ',
|
name: 'QQ',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
|
enable: false,
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
desc: '规则误触,待修复,需要快照准确定位',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
rules: '[text*=`跳过`]',
|
rules: '[text*=`跳过`]',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user