Skip to content

Commit 7cc3f83

Browse files
committed
[feature] 新增web符号
1 parent bf3c06a commit 7cc3f83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+13949
-15
lines changed

build/jsdocs/template/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@
394394
},
395395
"FGB": {
396396
"name": "FGB"
397+
},
398+
"WebSymbol": {
399+
"name": "Web符号",
400+
"name_en": "WebSymbol"
397401
}
398402
}
399403
},

examples/css/editor.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ html, body, .wrapper {
108108
#showCodeBtn:hover {
109109
background-color: rgba(34, 45, 50, 0.9);
110110
}
111+
#showCodeBtn.hide{
112+
display: none;
113+
}
111114

112115
@media screen and (max-width: 992px) {
113116
#codePane {

0 commit comments

Comments
 (0)