mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
update emoji
This commit is contained in:
parent
b12e45fea9
commit
102a5ab01a
@ -9,7 +9,6 @@ import (
|
|||||||
"github.com/Mrs4s/MiraiGo/client/pb/msg"
|
"github.com/Mrs4s/MiraiGo/client/pb/msg"
|
||||||
)
|
)
|
||||||
|
|
||||||
//todo: github actions
|
|
||||||
//go:generate go run generate.go
|
//go:generate go run generate.go
|
||||||
|
|
||||||
type TextElement struct {
|
type TextElement struct {
|
||||||
|
@ -112,6 +112,19 @@ var faceMap = map[int]string{
|
|||||||
303: "右拜年",
|
303: "右拜年",
|
||||||
302: "左拜年",
|
302: "左拜年",
|
||||||
304: "红包包",
|
304: "红包包",
|
||||||
|
322: "拒绝",
|
||||||
|
323: "嫌弃",
|
||||||
|
311: "打call",
|
||||||
|
312: "变形",
|
||||||
|
313: "嗑到了",
|
||||||
|
314: "仔细分析",
|
||||||
|
315: "加油",
|
||||||
|
316: "我没事",
|
||||||
|
317: "菜狗",
|
||||||
|
318: "崇拜",
|
||||||
|
319: "比心",
|
||||||
|
320: "庆祝",
|
||||||
|
321: "老色痞",
|
||||||
49: "拥抱",
|
49: "拥抱",
|
||||||
66: "爱心",
|
66: "爱心",
|
||||||
63: "玫瑰",
|
63: "玫瑰",
|
||||||
|
@ -14,7 +14,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
const faceDownloadUrl = `https://downv6.qq.com/qqface/config/face_config_8.5.0.15.zip?mType=Other` //? 好像是会自动更新的
|
const faceDownloadUrl = `https://downv6.qq.com/qqface/config/face_config_8.7.5.5.zip?mType=Other` //? 好像是会自动更新的
|
||||||
|
|
||||||
type config struct {
|
type config struct {
|
||||||
SystemFace []face `json:"sysface"`
|
SystemFace []face `json:"sysface"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user