更改上传脚本语言文件名称,方便查找

This commit is contained in:
Argo-Lenovo 2016-11-17 10:15:17 +08:00
parent eda9cb38fc
commit b4451da75d
5 changed files with 4 additions and 3 deletions

View File

@ -169,7 +169,7 @@
<Content Include="Content\js\log.js" />
<Content Include="Content\js\longbow.dataentity.js" />
<Content Include="Content\js\moment-with-locales.js" />
<Content Include="Content\js\zh.js" />
<Content Include="Content\js\fileinput.zh.js" />
<Content Include="Global.asax" />
<Content Include="Content\fonts\glyphicons-halflings-regular.woff2" />
<Content Include="Content\fonts\glyphicons-halflings-regular.woff" />

View File

@ -51,7 +51,7 @@
msgImageHeightLarge: '图像文件"{name}"的高度不能超过{size}像素.',
msgImageResizeError: '无法获取的图像尺寸调整。',
msgImageResizeException: '错误而调整图像大小。<pre>{errors}</pre>',
dropZoneTitle: '请选择一个文件',
dropZoneTitle: '拖拽文件到这里 &hellip;<br>支持多文件同时上传',
dropZoneClickTitle: '<br>(或点击{files}按钮选择文件)',
fileActionSettings: {
removeTitle: '删除文件',

View File

@ -13,6 +13,7 @@
],
initialPreviewAsData: true,
overwriteInitial: true,
dropZoneTitle: "请选择头像"
}).on('fileuploaded', function (event, data, previewId, index) {
var url = data.response;
if (!!url) $headerIcon.attr('src', url);

View File

@ -7,7 +7,7 @@
<script src="~/Content/js/longbow.dataentity.js"></script>
<script src="~/content/js/sweetalert.js"></script>
<script src="~/Content/js/fileinput.js"></script>
<script src="~/Content/js/zh.js"></script>
<script src="~/Content/js/fileinput.zh.js"></script>
<script src="~/scripts/Infos.js"></script>
}
@section css {