Skip to content

Commit

Permalink
节约内存
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2023
1 parent 829dbba commit 8bcc66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitiful.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ var rootCmd = &cobra.Command{
return
}
}
fmt.Printf("https://%v.%v%v%v?fmt=webp&q=48\n", viper.GetString("BucketName"), Endpoint, viper.GetString("Path"), fileName)
fmt.Printf("https://%v.%v%v%v?fmt=webp&q=48&w=800\n", viper.GetString("BucketName"), Endpoint, viper.GetString("Path"), fileName)
}
},
Example: ` - bitiful /Users/xxx/xxx.png
Expand Down

0 comments on commit 8bcc66b

Please sign in to comment.