feat 历史记录

This commit is contained in:
2026-01-14 18:15:36 +08:00
parent 313a93702e
commit 636008b97d
16 changed files with 58 additions and 66 deletions

View File

@@ -15,14 +15,6 @@ const (
MaxQueueUpSize = 100 // 最大排队人数
)
// PublicPaths 不需要鉴权的接口,硬编码注册
var PublicPaths = []string{
"/user/info",
"/qgdzs/get_question",
"/qgdzs/answer_question",
"/qgdzs/get_all_category",
}
var (
OnlineUsersGauge prometheus.Gauge
)