给暗黑模式加个过渡动画真的香…眼睛切换时不刺了
body { transition: background-color 0.3s ease, color 0.3s ease; }
登录/注册