Results 4 issues of anew

vConsole Version:3.9.1 ![图片](https://user-images.githubusercontent.com/19420622/131145705-b26935ea-85e4-4bbb-b989-1bb11ecf1e0c.png) ``` const fetchLang = async lng => { const response = await fetch('./locales/lang.json') if (response) { const langJson = await response.json() if (langJson) { return langJson[lng] }...

Details wanted

**Is your feature request related to a problem? Please describe.** the label displayed in the link always alone the line direction.sometimes it is very a terrible visual experience. following is...

enhancement
feature request
priority normal

Your browser does not run web extensions like Vimium on certain pages, usually for security reasons. Unless your browser's developers change their policy, then unfortunately it is not possible to...