update 2023-06-04 09:59:34
This commit is contained in:
parent
fa4881f4ab
commit
8ba3f4b74b
|
@ -14,9 +14,8 @@ function file_date(){
|
|||
}
|
||||
|
||||
function down_oui(){
|
||||
echo "`date "+%Y-%m-%d %H:%M:%S"` 【info】开始后台更新 $2 API 列表" >> ${logfile}
|
||||
if [ ! -z "$oui_data" ] && [ "$oui_data" -ne "3" ]; then
|
||||
echo "`date "+%Y-%m-%d %H:%M:%S"` 【info】设备 MAC 信息文件不存在或不是最新,重新下载" >> ${logfile}
|
||||
echo "`date "+%Y-%m-%d %H:%M:%S"` 【info】开始后台更新 MAC 信息文件" >> ${logfile}
|
||||
wget --no-check-certificate -t 10 -T 15 -O ${dir}oui.txt "$oui_url" >/dev/null 2>&1
|
||||
[ $? -ne "0"] && echo "`date "+%Y-%m-%d %H:%M:%S"` 【!!!】设备 MAC 信息文件下载失败,返回码为 $? " && return
|
||||
echo "`date "+%Y-%m-%d %H:%M:%S"` 【info】设备 MAC 信息文件下载成功,处理中" >> ${logfile}
|
||||
|
|
|
@ -55,24 +55,8 @@
|
|||
|
||||
### Optimization
|
||||
|
||||
- Fix the white background of the installation package prompt information
|
||||
- Optimize menu collapsing and zooming
|
||||
- Optimized to display network port down state display icon
|
||||
- Optimize logo display
|
||||
- Added the status icon display of each device
|
||||
- Replace the logo display with the font "OpenWrt", and support displaying the logo with the host name
|
||||
- Fix some plug-in display bugs
|
||||
- Fix vssr status bar
|
||||
- Fixed many bugs
|
||||
- Fix compatibility with some plug-in styles
|
||||
- Fix aliyundrive-webdav style
|
||||
- Fixed the abnormal display of vssr in iOS/iPadOS WebApp mode
|
||||
- Fix openclash plugin env(safe-area-inset-bottom) = 0 in iOS/iPadOS WebApp mode
|
||||
- Optimize menu hover action state resolution
|
||||
- Support luci-app-wizard wizard menu
|
||||
- Update header box-shadow style
|
||||
-Update uci-change overflow
|
||||
- Fix nlbw component
|
||||
- Support QWRT (QSDK), iStore wizard navigation
|
||||
- Adapt to OpenWrt 21/22
|
||||
- Adapt to linkease series icons
|
||||
|
|
Loading…
Reference in New Issue