This commit is contained in:
Havoc412 2024-11-18 00:20:24 +08:00
parent 5ca6966b2f
commit dba6b16693

View File

@ -34,5 +34,5 @@ func GeneralMsgInit(m msg) {
}
func GeneralMsgUserInit(m msg) {
m[ErrServerDown] = "后端服务未启动,此功能暂时无法使用。"
m[ErrServerDown] = "后端服务未启动,此功能暂时无法使用。😿" // 前端 rich-text 能够处理,有意思。
}