作者 李宇航

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

Lyh server



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