优化代码
This commit is contained in:
@@ -173,7 +173,7 @@ namespace GeekDesk.Control.UserControls.PannelCard
|
||||
{
|
||||
string path = (string)obj;
|
||||
|
||||
string base64 = ImageUtil.FileImageToBase64(path, ImageFormat.Png);
|
||||
string base64 = ImageUtil.FileImageToBase64(path, ImageFormat.Jpeg);
|
||||
|
||||
IconInfo iconInfo = new IconInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user