소스 검색

跟新地图注册问题

丁烨烨 4 달 전
부모
커밋
5910acab0c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/components/footerBlock.tsx

+ 3 - 3
src/components/footerBlock.tsx

@@ -108,9 +108,9 @@ export default async function FooterBlock() {
         </div>
 
         {/* Copyright */}
-        <div className="border-t border-blue-800 pt-6 text-center">
-          <p className="text-blue-200 text-sm">@COPYRUGHT@2014-2024 中科盛阳信息技术有限公司</p>
-        </div>
+        {/*<div className="border-t border-blue-800 pt-6 text-center">*/}
+        {/*  <p className="text-blue-200 text-sm">@COPYRUGHT@2014-2024 中科盛阳信息技术有限公司</p>*/}
+        {/*</div>*/}
       </div>
     </footer>
   )