mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(拷贝漫画): 漫画内广告误触 (#1281)
* fix(拷贝漫画): 漫画内广告误触 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,6 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
matches: 'ImageView + FrameLayout + FrameLayout > ImageView',
|
||||
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12504520',
|
||||
'https://gkd-kit.gitee.io/import/12661019',
|
||||
@@ -61,8 +60,8 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'TextView[text.length=4] < FrameLayout[childCount>=1] <2 FrameLayout[childCount>=2] -2 FrameLayout',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892156',
|
||||
'TextView[text.length=4] < FrameLayout[childCount>=1] <2 FrameLayout[childCount>=2] -2 FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892156', //最后是ImageView否则和io/import/12504501误触
|
||||
},
|
||||
{
|
||||
activityIds:
|
||||
|
||||
Reference in New Issue
Block a user