mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user