hongjli
2025-04-16 84458dbc5663968069e045e090786d493d255822
添加备案信息
已修改1个文件
13 ■■■■■ 文件已修改
src/components/layout/ClientLayoutContent.tsx 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>