feat: 支持隐藏所有翻译结果,以看出哪些英文内容没能正常翻译
This commit is contained in:
parent
5c39927ee1
commit
7926c6fbe1
@ -1,3 +1,9 @@
|
||||
.find-missing-translations {
|
||||
[translation-result], code-tabs, code-example, img, code, pre, .filetree {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
[translation-result] + [translation-origin=off] {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user