作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !2104
... ... @@ -74,9 +74,8 @@ class TranslateLogic extends BaseLogic
}
$arr2 = [];
foreach ($text_array as $val) {
$val = trim(str_replace(['%22', '%', '+' ,' ',' '], ['"', '%', '+','',''], $val));
$val = rawurldecode($val);
$val = str_replace(' ','',$val);//处理特殊字符
$val = trim(str_replace(' ','',$val));
if($val == ' ' || $val == ''){
continue;
}
... ...
... ... @@ -25,7 +25,7 @@ class ProjectServer
<section data-section="section" data-screen="screen-large" class="section-404-wrap-block section-block-error404"
id="sectionIdyxqu938">
<div class="layout" data-unable="demo01-error404">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" />
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" alt=""/>
</div>
<p style="text-align: center">SORRY. THE PAGE HAS EITHER MOVED OR CANNOT BE FOUND.</p>
<style>
... ... @@ -38,7 +38,7 @@ class ProjectServer
.section-block-error404 img {
width: 400px;
}
@media only screen and (max-width:500) {
@media only screen and (max-width:500px) {
.section-block-error404 img {
max-width: 100%;
}
... ...