hongjli
2025-04-16 d61db13c22ff3781cdb13c8f1f085cd8547c73ad
src/components/layout/ClientLayoutContent.tsx
@@ -184,7 +184,18 @@
                      <span className="inline-block w-2 h-2 bg-[#FF6A88] rounded-full ml-3 animate-pulse" style={{animationDelay: '0.6s'}}></span>
                    </div>
                    
                    <p className="text-sm text-gray-400">© 2025 帷幄君成. All rights reserved.</p>
                    <div className="text-sm text-gray-400 flex items-center justify-center gap-2">
                      <span>© 2025 帷幄君成. All rights reserved.</span>
                      <span className="text-gray-500">|</span>
                      <a
                        href="http://beian.miit.gov.cn/"
                        target="_blank"
                        rel="noopener noreferrer"
                        className="hover:text-[#6ADBFF] transition-colors"
                      >
                        沪ICP备2025121910号
                      </a>
                    </div>
                  </div>
                </div>
              </footer>