merged with fixes

This commit is contained in:
onysd 2026-09-09 02:49:30 +03:00
parent a9e758b712
commit 2f1818d656
176 changed files with 9000 additions and 907 deletions

View file

@ -43,4 +43,7 @@ type AuthKeyClientInfo struct {
SystemVersion string
APIID int
AppVersion string
// IP 是最近一次会话建立的客户端对端地址host-only。只做 metadata 级别的
// 合并刷新,绝不当作登录/绑定的身份证据,也不会触碰 created_at。
IP string
}