feat(quqi): add download link with cdn (#5938)

* feat(quqi): add download link by cdn

* fix(quqi): cookie error when login with phone number
This commit is contained in:
Echo Response
2024-01-24 16:47:49 +08:00
committed by GitHub
parent d88b54d98a
commit 9222510d8d
6 changed files with 247 additions and 43 deletions

View File

@ -10,6 +10,7 @@ type Addition struct {
Phone string `json:"phone"`
Password string `json:"password"`
Cookie string `json:"cookie" help:"Cookie can be used on multiple clients at the same time"`
CDN bool `json:"cdn" help:"If you enable this option, the download speed can be increased, but there will be some performance loss"`
}
var config = driver.Config{