1
0
mirror of https://github.com/fumiama/emozi.git synced 2026-06-10 21:24:20 +08:00

feat(coder): finish decode

This commit is contained in:
源文雨
2024-02-15 15:28:57 +09:00
parent f7cc2d15d0
commit 96223b1b74
10 changed files with 883 additions and 509 deletions

View File

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