feat: add OpenRouter pricing support to upstream ratio sync

This commit is contained in:
RedwindA
2026-02-12 12:57:27 +08:00
parent 197b89ea58
commit b1ef7d1517
4 changed files with 147 additions and 6 deletions

View File

@@ -35,4 +35,5 @@ type SyncableChannel struct {
Name string `json:"name"`
BaseURL string `json:"base_url"`
Status int `json:"status"`
Type int `json:"type"`
}