Update 2026-06-23 10:40:10
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# ============================================
|
||||
# IDC 设备管理系统 - 前端(Nginx)Dockerfile
|
||||
# 云睿资产管理系统 - 前端(Nginx)Dockerfile
|
||||
# 第一阶段:构建前端静态文件
|
||||
# 第二阶段:Nginx 运行
|
||||
# ============================================
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# ============================================
|
||||
# IDC 设备管理系统 - Nginx 配置
|
||||
# 云睿资产管理系统 - Nginx 配置
|
||||
# 功能:serve 前端静态文件 + 反向代理 API
|
||||
# ============================================
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "idc-frontend",
|
||||
"name": "yunrui_asset-frontend",
|
||||
"version": "2.1.1",
|
||||
"description": "IDC设备管理系统前端",
|
||||
"description": "云睿资产管理系统前端",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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={{
|
||||
|
||||
@@ -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,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)
|
||||
============================================ */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user