mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +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',
|
matches: 'ImageView + FrameLayout + FrameLayout > ImageView',
|
||||||
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12504520',
|
'https://gkd-kit.gitee.io/import/12504520',
|
||||||
'https://gkd-kit.gitee.io/import/12661019',
|
'https://gkd-kit.gitee.io/import/12661019',
|
||||||
@@ -61,8 +60,8 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
'TextView[text.length=4] < FrameLayout[childCount>=1] <2 FrameLayout[childCount>=2] -2 FrameLayout',
|
'TextView[text.length=4] < FrameLayout[childCount>=1] <2 FrameLayout[childCount>=2] -2 FrameLayout > ImageView',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892156',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892156', //最后是ImageView否则和io/import/12504501误触
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
activityIds:
|
activityIds:
|
||||||
|
|||||||
Reference in New Issue
Block a user