fix: 修复未登录时UP投稿搜索无法使用的问题

This commit is contained in:
lanyeeee
2025-08-19 07:22:18 +08:00
parent fa27007eb9
commit 703723dfaa
3 changed files with 23 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ yaserde = { version = "0.12.0", features = ["yaserde_derive"] }
float-ord = { version = "0.3.2" }
memchr = { version = "2.7.5" }
md-5 = { version = "0.10.6" }
rand = { version = "0.9.1" }
base64 = { version = "0.22.1" }
[profile.release]
strip = true