feat: add huike_push_info for PushInfo extra accessors; update notifications

Made-with: Cursor
This commit is contained in:
2026-04-24 09:17:32 +08:00
parent 86b1a988a9
commit 2d7a46a927
8 changed files with 160 additions and 55 deletions
Generated
+10
View File
@@ -1083,6 +1083,7 @@ dependencies = [
"htykc_models",
"htyuc_models",
"htyuc_remote",
"huike_push_info",
"serde",
"serde_json",
"tokio",
@@ -1242,6 +1243,7 @@ dependencies = [
"htyuc_models",
"htyuc_remote",
"htyws_models",
"huike_push_info",
"reqwest",
"serde",
"serde_json",
@@ -1267,6 +1269,14 @@ dependencies = [
"tracing",
]
[[package]]
name = "huike_push_info"
version = "0.1.0"
dependencies = [
"htycommons",
"serde_json",
]
[[package]]
name = "humantime"
version = "2.3.0"