1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

update emoji

This commit is contained in:
wdvxdr 2021-05-12 13:24:45 +08:00
parent b12e45fea9
commit 102a5ab01a
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6
3 changed files with 14 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import (
"github.com/Mrs4s/MiraiGo/client/pb/msg"
)
//todo: github actions
//go:generate go run generate.go
type TextElement struct {

View File

@ -112,6 +112,19 @@ var faceMap = map[int]string{
303: "右拜年",
302: "左拜年",
304: "红包包",
322: "拒绝",
323: "嫌弃",
311: "打call",
312: "变形",
313: "嗑到了",
314: "仔细分析",
315: "加油",
316: "我没事",
317: "菜狗",
318: "崇拜",
319: "比心",
320: "庆祝",
321: "老色痞",
49: "拥抱",
66: "爱心",
63: "玫瑰",

View File

@ -14,7 +14,7 @@ import (
"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 {
SystemFace []face `json:"sysface"`