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

feat: add cmd

This commit is contained in:
源文雨
2024-02-15 17:14:56 +09:00
parent 96223b1b74
commit 7e641e891e
11 changed files with 712 additions and 488 deletions

View File

@@ -13,9 +13,9 @@ const head = `// Code generated by codegen/radical. 已经经过修改, 不要
package emozi
// 部首后备 内嵌的部首到颜文字的映射, 是第二优先查询顺位. 第一顺位是数据库的部首表. 第三位是回落到 🈳.
// 部首后备 内嵌的部首到颜文字的映射, 是第二优先查询顺位. 第一顺位是数据库的部首表. 第三位是回落到 🈳.
var 部首后备 = map[rune]string{ {{range .}}
'{{.R}}': ,{{end}}
'{{.R}}': string(空),{{end}}
}
`