Selaa lähdekoodia

【修改】logo设置;添加图片;

金隅分支
dyy 3 vuotta sitten
vanhempi
commit
196f4c3ab2
5 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. +6
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/LogoImgController.cs
  2. BIN
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/applogo.png
  3. BIN
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/data.png
  4. BIN
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/headbg.png
  5. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj

+ 6
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_SystemModule/Controllers/LogoImgController.cs Näytä tiedosto

@@ -121,6 +121,12 @@ namespace Learun.Application.Web.Areas.LR_SystemModule.Controllers
case "applogo":
var byteapplogo = System.IO.File.ReadAllBytes(Path.Combine(rootPath, midPath, "applogo.png"));
return File(byteapplogo, "image/jpeg");
case "headbg":
var byteheadbg = System.IO.File.ReadAllBytes(Path.Combine(rootPath, midPath, "headbg.png"));
return File(byteheadbg, "image/jpeg");
case "data":
var bytedata = System.IO.File.ReadAllBytes(Path.Combine(rootPath, midPath, "data.png"));
return File(bytedata, "image/jpeg");
}
}
}


BIN
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/applogo.png Näytä tiedosto

Before After
Leveys: 100  |  Korkeus: 100  |  Koko: 7.0 KiB Leveys: 1468  |  Korkeus: 1259  |  Koko: 254 KiB

BIN
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/data.png Näytä tiedosto

Before After
Leveys: 144  |  Korkeus: 70  |  Koko: 2.3 KiB

BIN
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/logo/headbg.png Näytä tiedosto

Before After
Leveys: 1254  |  Korkeus: 40  |  Koko: 39 KiB

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj Näytä tiedosto

@@ -2140,6 +2140,8 @@
<Content Include="Content\images\Login\user4.png" />
<Content Include="Content\images\Login\user5.png" />
<Content Include="Content\images\Login\verCode.png" />
<Content Include="Content\images\logo\data.png" />
<Content Include="Content\images\logo\headbg.png" />
<Content Include="Content\images\OnlineRegistrate\bj1.png" />
<Content Include="Content\images\OnlineRegistrate\error.png" />
<Content Include="Content\images\OnlineRegistrate\ewm_03.png" />


Ladataan…
Peruuta
Tallenna