chore(lint): 改进代码样式 (#1192)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-02 13:13:22 +08:00
committed by GitHub
parent cd16a755d7
commit 35292a69fc
4 changed files with 27 additions and 25 deletions

View File

@@ -28,6 +28,7 @@ var fumoChars = []string{
// Base64 2 Fumo // Base64 2 Fumo
// 创建编码映射表 // 创建编码映射表
var encodeMap = make(map[byte]string) var encodeMap = make(map[byte]string)
// 创建解码映射表 // 创建解码映射表
var decodeMap = make(map[string]byte) var decodeMap = make(map[string]byte)

View File

@@ -10,6 +10,7 @@ var houCodebook = []string{
"齁", "哦", "噢", "喔", "咕", "咿", "嗯", "啊", "齁", "哦", "噢", "喔", "咕", "咿", "嗯", "啊",
"", "哈", "", "唔", "哼", "❤", "呃", "呼", "", "哈", "", "唔", "哼", "❤", "呃", "呼",
} }
// 索引: 0 1 2 3 4 5 6 7 // 索引: 0 1 2 3 4 5 6 7
// 8 9 10 11 12 13 14 15 // 8 9 10 11 12 13 14 15