not empty file

This commit is contained in:
thinkgem
2020-06-17 00:46:45 +08:00
parent e88c67e996
commit d8e1b6a31d
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
(function($) {
$.fn.webuploader.defaults.i18n = {
'安装失败!': 'Installation failed!',
'安装已成功,请刷新!': 'Installation successful, please refresh!',
'文件上传组件不支持您的浏览器,请使用高版本浏览器!': 'Does not support your browser, please use the high version browser!',

View File

@@ -1,6 +1,6 @@
(function($) {
$.fn.webuploader.defaults.i18n = {
'安装失败!': 'インストールに失敗!',
'安装已成功,请刷新!': 'インストールは成功しました。!',
'文件上传组件不支持您的浏览器,请使用高版本浏览器!': 'ファイルアップロードコンポーネントがあなたのブラウザをサポートしません。!',

View File

@@ -0,0 +1,3 @@
(function($) {
})(jQuery);