fix(百度贴吧): 误触修复 (#1672)

* Update com.baidu.tieba.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #1546
This commit is contained in:
walklty
2023-11-02 19:55:25 +08:00
committed by GitHub
parent 67cfef7664
commit 67f17a3385

View File

@@ -147,8 +147,12 @@ export default defineAppConfig({
{
key: 0,
desc: '点击右上角x关闭',
matches: 'View[childCount=3] > @View[clickable=true] > Image',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13060891',
matches:
'View[childCount=3] > @View[clickable=true][childCount=1] > Image',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/13060891',
'https://gkd-kit.gitee.io/import/13222361', //childCount=1否则误触这里
],
},
{
key: 1,