1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

update face.

This commit is contained in:
wdvxdr 2021-07-16 17:05:55 +08:00
parent 34f6f85483
commit 1f6ef84f8b
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6
2 changed files with 5 additions and 2 deletions

View File

@ -120,11 +120,14 @@ var faceMap = map[int]string{
314: "仔细分析", 314: "仔细分析",
315: "加油", 315: "加油",
316: "我没事", 316: "我没事",
317: "菜", 317: "菜",
318: "崇拜", 318: "崇拜",
319: "比心", 319: "比心",
320: "庆祝", 320: "庆祝",
321: "老色痞", 321: "老色痞",
324: "吃糖",
325: "惊吓",
326: "生气",
49: "拥抱", 49: "拥抱",
66: "爱心", 66: "爱心",
63: "玫瑰", 63: "玫瑰",

View File

@ -14,7 +14,7 @@ import (
"strings" "strings"
) )
const faceDownloadUrl = `https://downv6.qq.com/qqface/config/face_config_8.7.5.5.zip?mType=Other` //? 好像是会自动更新的 const faceDownloadUrl = `https://down.qq.com/qqface/config/face_config2021071501.zip?mType=Other` //? 好像是会自动更新的
type config struct { type config struct {
SystemFace []face `json:"sysface"` SystemFace []face `json:"sysface"`