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
+5 -5
View File
@@ -31,7 +31,7 @@ const initDefaultSettings = async () => {
// 基本设置 - 站点信息
{
settingKey: 'site_name',
settingValue: JSON.stringify('机柜管理系统'),
settingValue: JSON.stringify('云睿资产管理系统'),
settingType: 'string',
category: 'general',
description: '网站名称',
@@ -133,7 +133,7 @@ const initDefaultSettings = async () => {
},
{
settingKey: 'system_description',
settingValue: JSON.stringify('机柜管理系统 - 专业的数据中心设备管理解决方案'),
settingValue: JSON.stringify('云睿资产管理系统 - 专业的数据中心设备管理解决方案'),
settingType: 'string',
category: 'about',
description: '系统描述',
@@ -374,7 +374,7 @@ router.post('/reset/:key', async (req, res) => {
}
const defaultValues = {
site_name: '机柜管理系统',
site_name: '云睿资产管理系统',
site_logo: '',
idle_timeout: 30,
max_login_attempts: 5,
@@ -385,7 +385,7 @@ router.post('/reset/:key', async (req, res) => {
contact_email: '',
contact_phone: '',
company_address: '',
system_description: '机柜管理系统 - 专业的数据中心设备管理解决方案',
system_description: '云睿资产管理系统 - 专业的数据中心设备管理解决方案',
};
const defaultValue = defaultValues[key];
@@ -682,7 +682,7 @@ router.get('/system/info', async (req, res) => {
res.json({
system: {
name: '机柜管理系统',
name: '云睿资产管理系统',
version: APP_VERSION,
uptime: process.uptime(),
nodeVersion: process.version,