update resources

This commit is contained in:
QIDI TECH
2024-11-28 15:01:13 +08:00
parent 22572c2286
commit 459e7822db
86 changed files with 2353 additions and 282 deletions

View File

@@ -74,7 +74,7 @@ function HandleModelList( pVal )
{
let sVV=strVendor;
if( sVV=="QDT" )
sVV="QIDI Lab";
sVV="QIDI Tech";
let HtmlNewVendor='<div class="OneVendorBlock" Vendor="'+strVendor+'">'+
'<div class="BlockBanner">'+
@@ -88,7 +88,7 @@ function HandleModelList( pVal )
'</div>'+
'</div>';
if(sVV=='QIDI Lab')
if(sVV=='QIDI Tech')
$('#Content').html( HtmlNewVendor + $('#Content').html() );
else
$('#Content').append( HtmlNewVendor );