Skip to content

Commit 880cc7a

Browse files
authored
fix(139): use personal_new by default (#7836)
1 parent b60da97 commit 880cc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/139/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Addition struct {
99
//Account string `json:"account" required:"true"`
1010
Authorization string `json:"authorization" type:"text" required:"true"`
1111
driver.RootID
12-
Type string `json:"type" type:"select" options:"personal,family,personal_new" default:"personal"`
12+
Type string `json:"type" type:"select" options:"personal_new,family,group,personal" default:"personal_new"`
1313
CloudID string `json:"cloud_id"`
1414
CustomUploadPartSize int64 `json:"custom_upload_part_size" type:"number" default:"0" help:"0 for auto"`
1515
}

0 commit comments

Comments
 (0)