2023年8月17日17:13:31
|
|
@ -294,8 +294,8 @@ public class HomeController implements Serializable {
|
||||||
public static Image getImage(ResourcesUtils.Menu player){
|
public static Image getImage(ResourcesUtils.Menu player){
|
||||||
return switch (player){
|
return switch (player){
|
||||||
case Md5 -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
case Md5 -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
||||||
case SpringSecurity -> new Image(ImagePath.path(ImagePath.ImagePathType.SPRING_SECURITY));
|
case SpringSecurity -> new Image("image/spring.png");
|
||||||
case Jks_File -> new Image(ImagePath.path(ImagePath.ImagePathType.SPRING_SECURITY));
|
case Jks_File -> new Image("image/jks.png");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -357,8 +357,8 @@ public class PlayerController {
|
||||||
case Video -> new Image(ImagePath.path(ImagePath.ImagePathType.VIDEO_PLAYER));
|
case Video -> new Image(ImagePath.path(ImagePath.ImagePathType.VIDEO_PLAYER));
|
||||||
case Music -> new Image(ImagePath.path(ImagePath.ImagePathType.MUSIC_PLAYER));
|
case Music -> new Image(ImagePath.path(ImagePath.ImagePathType.MUSIC_PLAYER));
|
||||||
case VipParser -> new Image(ImagePath.path(ImagePath.ImagePathType.VIP_PLAYER));
|
case VipParser -> new Image(ImagePath.path(ImagePath.ImagePathType.VIP_PLAYER));
|
||||||
case MusicParser -> new Image(ImagePath.path(ImagePath.ImagePathType.VIP_PLAYER));
|
case MusicParser -> new Image("image/music_vip.png");
|
||||||
case VideoTranscoder -> new Image(ImagePath.path(ImagePath.ImagePathType.VIP_PLAYER));
|
case VideoTranscoder -> new Image("image/video_tr.png");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -469,19 +469,19 @@ public class SmallToolsController {
|
||||||
case JWT_WEB -> new Image(ImagePath.path(ImagePath.ImagePathType.JWT_WEB));
|
case JWT_WEB -> new Image(ImagePath.path(ImagePath.ImagePathType.JWT_WEB));
|
||||||
case COLOR_CHOOSE -> new Image(ImagePath.path(ImagePath.ImagePathType.COLOR_CHOOSE));
|
case COLOR_CHOOSE -> new Image(ImagePath.path(ImagePath.ImagePathType.COLOR_CHOOSE));
|
||||||
case Qr_CODE -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Qr_CODE -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
||||||
case Date_Query -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Date_Query -> new Image("image/日历.png");
|
||||||
case Cron -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Cron -> new Image("image/定时.png");
|
||||||
case Mail -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Mail -> new Image("image/mail.png");
|
||||||
case TelePhone -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case TelePhone -> new Image("image/手机号.png");
|
||||||
case JSONView -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case JSONView -> new Image("image/json.png");
|
||||||
case Maven_Install_Jar -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Maven_Install_Jar -> new Image("image/Maven.png");
|
||||||
case Word_ocr -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Word_ocr -> new Image("image/OCR.png");
|
||||||
case Bar_Code -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Bar_Code -> new Image("image/条形码.png");
|
||||||
case Pdf_Ocr -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Pdf_Ocr -> new Image("image/pdf.png");
|
||||||
case BatchUpdateFileName -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case BatchUpdateFileName -> new Image("image/批量修改.png");
|
||||||
case Capter_Screent -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case Capter_Screent -> new Image("image/截图.png");
|
||||||
case File_Edit -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case File_Edit -> new Image("image/编辑.png");
|
||||||
case LayUI_Form_Gen -> new Image(ImagePath.path(ImagePath.ImagePathType.Qr_CODE));
|
case LayUI_Form_Gen -> new Image("image/layui.png");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -233,10 +233,10 @@ public class SqlToolsController {
|
||||||
|
|
||||||
public static Image getImage(ResourcesUtils.SqlTools player){
|
public static Image getImage(ResourcesUtils.SqlTools player){
|
||||||
return switch (player){
|
return switch (player){
|
||||||
case MySql_Code_Generate -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
case MySql_Code_Generate -> new Image("image/bg_code.png");
|
||||||
case MyBatis_plus_Generate -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
case MyBatis_plus_Generate -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
||||||
case Json_To_JavaBean -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
case Json_To_JavaBean -> new Image("image/java_obj.png");
|
||||||
case Sql_Query -> new Image(ImagePath.path(ImagePath.ImagePathType.MD5));
|
case Sql_Query -> new Image("image/file_SQL.png");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 4.9 KiB |