Results 3 issues of mitu2

对于链接图片还有按钮图片关闭lightGallery,防止点击出现的是图片预览而不是指定跳转的链接

do-not-merge/release-note-label-needed

## My example code ``` java @Controller public class DemoController { @GetMapping(path = "/demo/{*path}") public Object demo(@PathVariable String path) { System.out.println(path); return null; } } ``` gradle config ``` gradle...

status: waiting-for-feedback
status: waiting-for-triage
in: web

This method does not return in time after an internal match succeeds, resulting in code overhead. If there is anything wrong with the first PR, please point it out

type: task