This commit is contained in:
@@ -107,13 +107,6 @@ abstract class Common extends BaseController
|
|||||||
'status' => 1
|
'status' => 1
|
||||||
])
|
])
|
||||||
->where('status', '=', 1)
|
->where('status', '=', 1)
|
||||||
->where(function($query) {
|
|
||||||
// 临时代码,移动端暂时不显示 "AI PC"
|
|
||||||
if (request()->from == 'mobile') {
|
|
||||||
$table_name = SysNavigationItemModel::getTable();
|
|
||||||
$query->whereNotIn($table_name . ".id", [78]);
|
|
||||||
}
|
|
||||||
})
|
|
||||||
->order(['sort' => 'asc', 'id' => 'asc'])
|
->order(['sort' => 'asc', 'id' => 'asc'])
|
||||||
->select();
|
->select();
|
||||||
if ($nav->isEmpty()) {
|
if ($nav->isEmpty()) {
|
||||||
|
|||||||
@@ -466,7 +466,7 @@
|
|||||||
<div class="wifi-texts">
|
<div class="wifi-texts">
|
||||||
{eq name=":cookie('think_lang')" value="en-us"}
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
<div class="wifi-t f36">{$wifi_first_section.title|default=''|raw}</div>
|
<div class="wifi-t f36">{$wifi_first_section.title|default=''|raw}</div>
|
||||||
<div class="wifi-p f16">{$wifi_first_section.short_title|default=''|raw}</div>
|
<div class="wifi-p f18">{$wifi_first_section.short_title|default=''|raw}</div>
|
||||||
{else/}
|
{else/}
|
||||||
<div class="wifi-t">{$wifi_first_section.title|default=''|raw}</div>
|
<div class="wifi-t">{$wifi_first_section.title|default=''|raw}</div>
|
||||||
<div class="wifi-p">{$wifi_first_section.short_title|default=''|raw}</div>
|
<div class="wifi-p">{$wifi_first_section.short_title|default=''|raw}</div>
|
||||||
@@ -501,10 +501,19 @@
|
|||||||
</div>
|
</div>
|
||||||
{/notempty}
|
{/notempty}
|
||||||
<!-- 接口大满贯 -->
|
<!-- 接口大满贯 -->
|
||||||
|
|
||||||
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
|
<div class="zoom-t f36">{:lang_i18n('接口大满贯')}</div>
|
||||||
|
{else/}
|
||||||
<div class="zoom-t">{:lang_i18n('接口大满贯')}</div>
|
<div class="zoom-t">{:lang_i18n('接口大满贯')}</div>
|
||||||
|
{/eq}
|
||||||
<div class="zoom-container" id="zoomContainer">
|
<div class="zoom-container" id="zoomContainer">
|
||||||
<div class="img-wrapper">
|
<div class="img-wrapper">
|
||||||
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
|
<p class="zoom-p f18">{:lang_i18n('标配多种接口,会议室连接电脑、</br>U盘传输文件、TF卡读取等,全都轻松搞定')}</p>
|
||||||
|
{else/}
|
||||||
<p class="zoom-p">{:lang_i18n('标配多种接口,会议室连接电脑、</br>U盘传输文件、TF卡读取等,全都轻松搞定')}</p>
|
<p class="zoom-p">{:lang_i18n('标配多种接口,会议室连接电脑、</br>U盘传输文件、TF卡读取等,全都轻松搞定')}</p>
|
||||||
|
{/eq}
|
||||||
<img src="__IMAGES__/topic_laptop/zoom-img-1.png" alt="接口图" class="bg-img" id="bgImg" loading="lazy">
|
<img src="__IMAGES__/topic_laptop/zoom-img-1.png" alt="接口图" class="bg-img" id="bgImg" loading="lazy">
|
||||||
</div>
|
</div>
|
||||||
<!-- 左边 -->
|
<!-- 左边 -->
|
||||||
@@ -556,8 +565,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{/eq}
|
{/eq}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="annotation anno-up anno-delay-1" style="top: 34%; left: 66.5%;">
|
<div class="annotation anno-up anno-delay-1" style="top: 34%; left: 66.5%;">
|
||||||
<span style="text-align: center; font-size: 0.16rem;">{:lang_i18n('HDMI')}</span>
|
<span style="text-align: center; font-size: 0.16rem;">{:lang_i18n('HDMI')}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -589,8 +596,31 @@
|
|||||||
{assign name="camare_microphone" value=":array_shift($data.camare_microphone_security)"/}
|
{assign name="camare_microphone" value=":array_shift($data.camare_microphone_security)"/}
|
||||||
{assign name="security" value=":array_shift($data.camare_microphone_security)"/}
|
{assign name="security" value=":array_shift($data.camare_microphone_security)"/}
|
||||||
<div class="tabs-container">
|
<div class="tabs-container">
|
||||||
{notempty name="camare_microphone"}<div class="tab-t active" data-index="0">{$camare_microphone.title|default=''}</div>{/notempty}
|
<!-- {notempty name="camare_microphone"}
|
||||||
{notempty name="security"}<div class="tab-t" data-index="1">{$security.title|default=''}</div>{/notempty}
|
<div class="tab-t active" data-index="0">{$camare_microphone.title|default=''}</div>
|
||||||
|
{/notempty}
|
||||||
|
{notempty name="security"}
|
||||||
|
<div class="tab-t" data-index="1">{$security.title|default=''}</div>
|
||||||
|
{/notempty} -->
|
||||||
|
|
||||||
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
|
{notempty name="camare_microphone"}
|
||||||
|
<div class="tab-t active f36" data-index="0">{$camare_microphone.title|default=''}</div>
|
||||||
|
{/notempty}
|
||||||
|
{notempty name="security"}
|
||||||
|
<div class="tab-t f36" data-index="1">{$security.title|default=''}</div>
|
||||||
|
{/notempty}
|
||||||
|
{else/}
|
||||||
|
{notempty name="camare_microphone"}
|
||||||
|
<div class="tab-t active" data-index="0">{$camare_microphone.title|default=''}</div>
|
||||||
|
{/notempty}
|
||||||
|
{notempty name="security"}
|
||||||
|
<div class="tab-t" data-index="1">{$security.title|default=''}</div>
|
||||||
|
{/notempty}
|
||||||
|
{/eq}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
{notempty name="camare_microphone"}
|
{notempty name="camare_microphone"}
|
||||||
<div class="tab-panel active">
|
<div class="tab-panel active">
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
font-size: 0.20rem;
|
font-size: 0.20rem;
|
||||||
color: #cbcfd8;
|
color: #cbcfd8;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-top: 0.32rem;
|
margin-top: 0.37rem;
|
||||||
}
|
}
|
||||||
.gpu-main-img {
|
.gpu-main-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -20,15 +20,20 @@ body {
|
|||||||
|
|
||||||
.f36{
|
.f36{
|
||||||
font-size: 0.36rem !important;
|
font-size: 0.36rem !important;
|
||||||
|
font-family: "HarmonyOS-Medium" !important;
|
||||||
|
line-height: 1 !important;
|
||||||
}
|
}
|
||||||
.f18{
|
.f18{
|
||||||
font-size: 0.18rem !important;
|
font-size: 0.18rem !important;
|
||||||
|
line-height: 1.5 !important;
|
||||||
}
|
}
|
||||||
.f28 {
|
.f28 {
|
||||||
font-size: 0.28rem !important;
|
font-size: 0.28rem !important;
|
||||||
|
font-family: "HarmonyOS-Medium" !important;
|
||||||
}
|
}
|
||||||
.f48 {
|
.f48 {
|
||||||
font-size: 0.48rem !important;
|
font-size: 0.48rem !important;
|
||||||
line-height: 1 !important;
|
line-height: 1 !important;
|
||||||
margin-bottom: 0.6rem !important;
|
margin-bottom: 0.6rem !important;
|
||||||
|
font-family: "HarmonyOS-Medium" !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user