diff --git a/README.md b/README.md index d138130..ab6c445 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,5 @@ DzzOffice是一款云存储与应用管理工具,可用于个人、团队网盘 1. 下载小胡版最新版本,覆盖本地文件; 2. 访问:域名/install/update.php完成数据库升级(可选,因为有时更新的版本无需更新数据库,详情留意更新内容); -3. 因升级会关闭网站,所以升级完后需在后台开启网站。 \ No newline at end of file +3. 因升级会关闭网站,所以升级完后需在后台开启网站。 +4. 访问网站后台清理缓存即可; \ No newline at end of file diff --git a/admin/appmarket/template/edit.htm b/admin/appmarket/template/edit.htm index 864076a..3da027c 100644 --- a/admin/appmarket/template/edit.htm +++ b/admin/appmarket/template/edit.htm @@ -152,7 +152,7 @@
diff --git a/admin/language/en-US/lang.php b/admin/language/en-US/lang.php index a1086a0..b76f261 100644 --- a/admin/language/en-US/lang.php +++ b/admin/language/en-US/lang.php @@ -179,7 +179,6 @@ $lang = array 'right_click_menu_style'=>' right click menu style ', 'only_upload_img_file'=>' only image files can be uploaded ', 'must_fill_address_wallpaper'=>' you must fill in the wallpaper address', - 'import_user'=>' import user ', 'add_new_type'=>' add new category ', 'data_import_error'=>' data import error ', 'network' => 'network', diff --git a/admin/language/zh-cn/lang.php b/admin/language/zh-cn/lang.php index 6c92f74..56e906f 100644 --- a/admin/language/zh-cn/lang.php +++ b/admin/language/zh-cn/lang.php @@ -179,7 +179,6 @@ $lang = array 'right_click_menu_style'=>'右键菜单样式', 'only_upload_img_file'=>'只能上传图片文件', 'must_fill_address_wallpaper'=>'必须填写壁纸地址', - 'import_user'=>'导入用户', 'add_new_type'=>'添加新分类', 'data_import_error'=>'数据导入错误', 'network'=>'网络', diff --git a/admin/setting/template/main.htm b/admin/setting/template/main.htm index 759d37c..c727f34 100644 --- a/admin/setting/template/main.htm +++ b/admin/setting/template/main.htm @@ -245,7 +245,7 @@
{lang setting_main_section} diff --git a/core/core_version.php b/core/core_version.php index 2532f1e..6146797 100644 --- a/core/core_version.php +++ b/core/core_version.php @@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) { define('CORE_VERSION', '2.02'); define('CORE_RELEASE', '20180909'); define('CORE_FIXBUG' , '20000000'); - define('CORE_XHVERSION', '1.82.3'); - define('CORE_XHRELEASE', '20230721'); + define('CORE_XHVERSION', '1.82.4'); + define('CORE_XHRELEASE', '20230722'); define('CORE_XHFIXBUG' , '20230622'); } \ No newline at end of file diff --git a/dzz/filemanage/template/list.htm b/dzz/filemanage/template/list.htm index f464751..77739c8 100644 --- a/dzz/filemanage/template/list.htm +++ b/dzz/filemanage/template/list.htm @@ -93,7 +93,7 @@ diff --git a/dzz/filemanage/template/mobile_list.htm b/dzz/filemanage/template/mobile_list.htm index 5c23fae..69d5bf4 100644 --- a/dzz/filemanage/template/mobile_list.htm +++ b/dzz/filemanage/template/mobile_list.htm @@ -93,7 +93,7 @@ diff --git a/dzz/orguser/images/orguser.css b/dzz/orguser/images/orguser.css index b926fa7..e70f100 100644 --- a/dzz/orguser/images/orguser.css +++ b/dzz/orguser/images/orguser.css @@ -292,7 +292,7 @@ border-color: #ff3203; box-shadow: inset 0 0px 0px rgba(0,0,0,.075); } kbd{ - background-color: #FFF;color: #ff3203;font-size: 100%;box-shadow: inset;-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.25);box-shadow:inset 0 0 0 rgba(0,0,0,.25); + background-color: transparent;color: #ff3203;font-size: 100%;-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.25);box-shadow:inset 0 0 0 rgba(0,0,0,.25); } .head-portrait .iconFirstWord{ width: 40px; diff --git a/dzz/orguser/language/en-US/lang.php b/dzz/orguser/language/en-US/lang.php index 4b94080..18e2365 100644 --- a/dzz/orguser/language/en-US/lang.php +++ b/dzz/orguser/language/en-US/lang.php @@ -166,5 +166,6 @@ $lang = array ( 'weixin_registered'=>' the wechat signal has been registered', 'user_registered_retry'=>' The user name has been registered, please change the user name and try again ', 'email_registered_retry'=>' The mailbox has been registered, please change the mailbox and try again ', + 'import_user'=>' import user', ); ?> \ No newline at end of file diff --git a/dzz/orguser/language/zh-cn/lang.php b/dzz/orguser/language/zh-cn/lang.php index f25958e..f8803bc 100644 --- a/dzz/orguser/language/zh-cn/lang.php +++ b/dzz/orguser/language/zh-cn/lang.php @@ -166,5 +166,6 @@ $lang = array ( 'user_phone_registered'=>'用户手机号码已经被注册', 'weixin_registered'=>'该微信号已经被注册', 'user_registered_retry'=>'该用户名已经被注册,请更换用户名再试', + 'import_user'=>'导入用户', ); ?> \ No newline at end of file diff --git a/dzz/orguser/template/adduser.htm b/dzz/orguser/template/adduser.htm index 0bbd1e0..33101ed 100644 --- a/dzz/orguser/template/adduser.htm +++ b/dzz/orguser/template/adduser.htm @@ -83,7 +83,7 @@