mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 03:15:19 +08:00
fix(driver/123): initialize Platform field (#1644)
* fix(driver/123): initialization the Platform field Signed-off-by: MoYan <1561515308@qq.com> * Fix formatting of Platform field in Pan123 Signed-off-by: MoYan <1561515308@qq.com> --------- Signed-off-by: MoYan <1561515308@qq.com>
This commit is contained in:
@@ -28,6 +28,7 @@ func init() {
|
||||
return &Pan123{
|
||||
Addition: Addition{
|
||||
UploadThread: 3,
|
||||
Platform: "web",
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user