feat: 云睿资产管理系统标准化定制完成 (Xinmi Workflow Step 0-11)

This commit is contained in:
yi
2026-06-18 11:15:12 +08:00
parent 6f4bff9bd0
commit d0761503b7
13 changed files with 496 additions and 9 deletions
+9 -3
View File
@@ -156,8 +156,8 @@ const Login = () => {
</div>
<div className="brand-title-section">
<h1 className="brand-title">
<span className="brand-title__main">IDC</span>
<span className="brand-title__sub">机柜管理系统</span>
<span className="brand-title__main">云睿</span>
<span className="brand-title__sub">资产管理系统</span>
</h1>
<p className="brand-desc">智能数据中心基础设施管理平台</p>
</div>
@@ -363,6 +363,12 @@ const Login = () => {
{isFirstUser ? '创建管理员' : (registerMode ? '立即注册' : '登 录')}
</Button>
</Form.Item>
{!isFirstUser && !registerMode && (
<div style={{ textAlign: 'center', marginBottom: '16px', color: '#8c8c8c', fontSize: '13px' }}>
提示默认管理员账号通常为 <Text code>admin</Text>
</div>
)}
</Form>
{!isFirstUser && !registerMode && (
@@ -374,7 +380,7 @@ const Login = () => {
)}
<div className="form-footer">
<span>IDC Management System</span>
<span>YunRui Asset Management</span>
<span className="footer-dot" />
<span>v{appVersion}</span>
</div>