Skip to content

Commit

Permalink
fix(labzou): change lanzouo.com to lanzoui.com
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxorcat authored Jul 25, 2024
1 parent b1e5991 commit e5e2a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/lanzou/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Addition struct {
driver.RootID
SharePassword string `json:"share_password"`
BaseUrl string `json:"baseUrl" required:"true" default:"https://pc.woozooo.com" help:"basic URL for file operation"`
ShareUrl string `json:"shareUrl" required:"true" default:"https://pan.lanzouo.com" help:"used to get the sharing page"`
ShareUrl string `json:"shareUrl" required:"true" default:"https://pan.lanzoui.com" help:"used to get the sharing page"`
UserAgent string `json:"user_agent" required:"true" default:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.39 (KHTML, like Gecko) Chrome/89.0.4389.111 Safari/537.39"`
RepairFileInfo bool `json:"repair_file_info" help:"To use webdav, you need to enable it"`
}
Expand Down

0 comments on commit e5e2a56

Please sign in to comment.