Update 2026-06-23 10:40:10
Build and Push Docker Images / Build Backend Image (push) Has been cancelled
Build and Push Docker Images / Build Frontend Image (push) Has been cancelled
Build and Push Docker Images / Notify Build Complete (push) Has been cancelled

This commit is contained in:
yi
2026-06-23 10:40:10 +08:00
parent 864efb7f9d
commit e9bff9beb3
56 changed files with 295 additions and 292 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ============================================
# IDC 设备管理系统 - 前端(NginxDockerfile
# 云睿资产管理系统 - 前端(NginxDockerfile
# 第一阶段:构建前端静态文件
# 第二阶段:Nginx 运行
# ============================================
+1 -1
View File
@@ -1,5 +1,5 @@
# ============================================
# IDC 设备管理系统 - Nginx 配置
# 云睿资产管理系统 - Nginx 配置
# 功能:serve 前端静态文件 + 反向代理 API
# ============================================
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "idc-frontend",
"name": "yunrui-frontend",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "idc-frontend",
"name": "yunrui-frontend",
"version": "2.1.0",
"dependencies": {
"@ant-design/icons": "^6.1.0",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "idc-frontend",
"name": "yunrui_asset-frontend",
"version": "2.1.1",
"description": "IDC设备管理系统前端",
"description": "云睿资产管理系统前端",
"scripts": {
"start": "vite",
"dev": "vite",
+1 -1
View File
@@ -495,7 +495,7 @@ const AppLayout = ({ children }) => {
{!collapsed && (
<div style={{ padding: '0 8px 8px 8px' }}>
<a
href="http://www.xinmi.cloud/"
href="https://code.xinmi.cloud/yunrui_asset"
target="_blank"
rel="noopener noreferrer"
style={{
+1 -1
View File
@@ -119,7 +119,7 @@ const About = () => {
type="primary"
block
icon={<LinkOutlined />}
href="http://www.xinmi.cloud/"
href="https://code.xinmi.cloud/yunrui_asset"
target="_blank"
>
访问新觅源码库
+1 -1
View File
@@ -1,6 +1,6 @@
/* ============================================
Login Page - Light Corporate Design
Design System: IDC Data Center Management
Design System: YunRui Asset Management
Style: Clean Modern Corporate + Data Center Viz
Palette: Teal (#14b8a6) / Blue (#3b82f6) / Purple (#8b5cf6)
============================================ */
+1 -1
View File
@@ -458,7 +458,7 @@ const SystemSettings = () => {
</Col>
<Col xs={24} sm={18} md={19}>
<Title level={3} style={{ color: '#fff', margin: 0, marginBottom: 6, fontSize: '22px' }}>
机柜管理系统
云睿资产管理系统
</Title>
<Space size={12} wrap style={{ color: 'rgba(255,255,255,0.9)' }}>
<span style={{ fontSize: 14 }}>版本 {settings.app_version?.value || '1.0.0'}</span>