1
0
mirror of https://github.com/fumiama/emozi.git synced 2026-06-07 19:40:36 +08:00

feat(lookup): export EmptyMark

This commit is contained in:
源文雨
2024-02-22 15:59:48 +09:00
parent 9d52013573
commit 5c526dcadb
5 changed files with 445 additions and 444 deletions

View File

@@ -15,7 +15,7 @@ package emozi
// 部首后备 内嵌的部首到颜文字的映射, 是第二优先查询顺位. 第一顺位是数据库的部首表. 第三位是回落到 🈳.
var 部首后备 = map[rune]string{ {{range .}}
'{{.R}}': string(),{{end}}
'{{.R}}': string(EmptyMark),{{end}}
}
`