Skip to content

Commit 9044aef

Browse files
author
ShiHao
committed
加入UI库
1 parent ba49b79 commit 9044aef

28 files changed

+1771
-56
lines changed

bootstrap.csproj

+16
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,21 @@
6161
<Content Include="css\bootstrap.css" />
6262
<Content Include="css\bootstrap.DateRangePicker\daterangepicker.css" />
6363
<Content Include="css\bootstrap.min.css" />
64+
<Content Include="css\bootstrap.sweetalert\sweet-alert.css" />
65+
<Content Include="css\metisMenu\demo.css" />
66+
<Content Include="css\metisMenu\metisMenu.min.css" />
67+
<Content Include="css\toastr\toastr.min.css" />
6468
<Content Include="image\forkme.png" />
6569
<Content Include="js\bootstrap.DateRangePicker\daterangepicker.js" />
6670
<Content Include="js\bootstrap.DateRangePicker\moment.min.js" />
71+
<Content Include="js\bootstrap.sweetalert\sweet-alert.min.js" />
72+
<Content Include="js\metisMenu\metisMenu.min.js" />
73+
<Content Include="js\toastr\toastr.min.js" />
74+
<Content Include="js\vide\jquery.vide.js" />
6775
<Content Include="plugs.html" />
76+
<Content Include="sample\ui\menu1.html" />
77+
<Content Include="sample\ui\videobg1.html" />
78+
<Content Include="sample\ui\videobg2.html" />
6879
<Content Include="top-right3.html" />
6980
<Content Include="top-right2.html" />
7081
<Content Include="top-right1.html" />
@@ -96,12 +107,17 @@
96107
<Content Include="js\jquery.extend.js" />
97108
<Content Include="js\respond.min.js" />
98109
<Content Include="js\scrolltopcontrol.js" />
110+
<Content Include="uis.html" />
111+
<Content Include="video\ocean.jpg" />
112+
<Content Include="video\ocean.mp4" />
99113
<Content Include="Web.config" />
100114
</ItemGroup>
101115
<ItemGroup>
102116
<Compile Include="Properties\AssemblyInfo.cs" />
103117
</ItemGroup>
104118
<ItemGroup>
119+
<Content Include="video\ocean.ogv" />
120+
<Content Include="video\ocean.webm" />
105121
<None Include="Web.Debug.config">
106122
<DependentUpon>Web.config</DependentUpon>
107123
</None>

0 commit comments

Comments
 (0)