adapting to RSSHub's incompatible changes

This commit is contained in:
glidea
2025-04-23 11:43:36 +08:00
parent 2896dfa108
commit 57112b916b

View File

@@ -138,7 +138,7 @@ type QueryRSSHubRoutesResponse struct {
type RSSHubRoute struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
Path string `json:"path,omitempty"`
Path any `json:"path,omitempty"`
Example string `json:"example,omitempty"`
Parameters map[string]any `json:"parameters,omitempty"`
Features map[string]any `json:"features,omitempty"`