更改上传脚本语言文件名称,方便查找
This commit is contained in:
parent
eda9cb38fc
commit
b4451da75d
|
@ -169,7 +169,7 @@
|
||||||
<Content Include="Content\js\log.js" />
|
<Content Include="Content\js\log.js" />
|
||||||
<Content Include="Content\js\longbow.dataentity.js" />
|
<Content Include="Content\js\longbow.dataentity.js" />
|
||||||
<Content Include="Content\js\moment-with-locales.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="Global.asax" />
|
||||||
<Content Include="Content\fonts\glyphicons-halflings-regular.woff2" />
|
<Content Include="Content\fonts\glyphicons-halflings-regular.woff2" />
|
||||||
<Content Include="Content\fonts\glyphicons-halflings-regular.woff" />
|
<Content Include="Content\fonts\glyphicons-halflings-regular.woff" />
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
msgImageHeightLarge: '图像文件"{name}"的高度不能超过{size}像素.',
|
msgImageHeightLarge: '图像文件"{name}"的高度不能超过{size}像素.',
|
||||||
msgImageResizeError: '无法获取的图像尺寸调整。',
|
msgImageResizeError: '无法获取的图像尺寸调整。',
|
||||||
msgImageResizeException: '错误而调整图像大小。<pre>{errors}</pre>',
|
msgImageResizeException: '错误而调整图像大小。<pre>{errors}</pre>',
|
||||||
dropZoneTitle: '请选择一个文件',
|
dropZoneTitle: '拖拽文件到这里 …<br>支持多文件同时上传',
|
||||||
dropZoneClickTitle: '<br>(或点击{files}按钮选择文件)',
|
dropZoneClickTitle: '<br>(或点击{files}按钮选择文件)',
|
||||||
fileActionSettings: {
|
fileActionSettings: {
|
||||||
removeTitle: '删除文件',
|
removeTitle: '删除文件',
|
|
@ -13,6 +13,7 @@
|
||||||
],
|
],
|
||||||
initialPreviewAsData: true,
|
initialPreviewAsData: true,
|
||||||
overwriteInitial: true,
|
overwriteInitial: true,
|
||||||
|
dropZoneTitle: "请选择头像"
|
||||||
}).on('fileuploaded', function (event, data, previewId, index) {
|
}).on('fileuploaded', function (event, data, previewId, index) {
|
||||||
var url = data.response;
|
var url = data.response;
|
||||||
if (!!url) $headerIcon.attr('src', url);
|
if (!!url) $headerIcon.attr('src', url);
|
||||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@
|
||||||
<script src="~/Content/js/longbow.dataentity.js"></script>
|
<script src="~/Content/js/longbow.dataentity.js"></script>
|
||||||
<script src="~/content/js/sweetalert.js"></script>
|
<script src="~/content/js/sweetalert.js"></script>
|
||||||
<script src="~/Content/js/fileinput.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>
|
<script src="~/scripts/Infos.js"></script>
|
||||||
}
|
}
|
||||||
@section css {
|
@section css {
|
||||||
|
|
Loading…
Reference in New Issue