mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix(知乎): 关闭误触规则 (#2069)
This commit is contained in:
@@ -120,10 +120,11 @@ export default defineAppConfig({
|
|||||||
key: 6,
|
key: 6,
|
||||||
matches: 'TextView[text$=`的广告`] - Image[id=null]',
|
matches: 'TextView[text$=`的广告`] - Image[id=null]',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
key: 7,
|
// key: 7,
|
||||||
matches: 'TextView[text*=`广告`] +2 Image[id=null]', // 1687338556331
|
// matches: 'TextView[text*=`广告`] +2 Image[id=null]', // 1687338556331
|
||||||
},
|
// 误触 https://i.gkd.li/import/13332447, 原规则没有快照无法debug, 先关闭
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
key: 8,
|
key: 8,
|
||||||
matches: 'TextView[text*=`点赞`][text*=`的回答`] +2 Image[id=null]', // 1687076663768 1686969672948
|
matches: 'TextView[text*=`点赞`][text*=`的回答`] +2 Image[id=null]', // 1687076663768 1686969672948
|
||||||
|
|||||||
Reference in New Issue
Block a user