Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix formatting of Platform field in Pan123
Signed-off-by: MoYan <1561515308@qq.com>
  • Loading branch information
moyanj authored Nov 14, 2025
commit 4b075980771ec20e4e7b9ec5044c2c09030a74fd
2 changes: 1 addition & 1 deletion drivers/123/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func init() {
return &Pan123{
Addition: Addition{
UploadThread: 3,
Platform: "web"
Platform: "web",
},
}
})
Expand Down