feature(doc): complete all Chinese and English documents and fix many bugs

This commit is contained in:
Dillon
2020-03-08 21:02:21 +08:00
parent b1f2de1987
commit 296424cded
76 changed files with 13278 additions and 2445 deletions

View File

@@ -11,11 +11,15 @@
{{- end -}}
{{- end -}}
{{- $classList = $newClassList -}}
{{- .scratch.Set "forkawesome" true -}}
{{- with .scratch -}}
{{- .Set "forkawesome" true -}}
{{- end -}}
{{- /* default is Font Awesome */ -}}
{{- /* Others */ -}}
{{- else if ne $type "fa" -}}
{{- .scratch.Set "iconfont" true -}}
{{- with .scratch -}}
{{- .Set "iconfont" true -}}
{{- end -}}
{{- end -}}
<i class="{{ delimit $classList ` ` }}"></i>