diff --git a/.gitignore b/.gitignore
index 0cf0453..22b3e24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@ node_modules/
data/projects.json
data/system.json
data/configs/*.json
-*.log
+*.log
diff --git a/README.md b/README.md
index 90fc2a5..4778615 100644
--- a/README.md
+++ b/README.md
@@ -46,4 +46,4 @@ registry/
- 对接 SSO 单点登录(当前版本无认证)。
- 扩展更多持久化方案(数据库、Nacos、SSH 远程配置文件)。
-- 项目维度转换机制。
+- 项目维度转换机制。
diff --git a/docs/设计.md b/docs/设计.md
index 6a6803c..8047810 100644
--- a/docs/设计.md
+++ b/docs/设计.md
@@ -212,4 +212,4 @@ registry/
│ └── api.js # API 调用封装
├── package.json
└── README.md
-```
+```
diff --git a/package.json b/package.json
index cec18ae..51f884b 100644
--- a/package.json
+++ b/package.json
@@ -13,4 +13,4 @@
"dependencies": {
"express": "^4.18.2"
}
-}
+}
diff --git a/public/css/style.css b/public/css/style.css
index 3f5f1b9..d62a418 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -522,7 +522,7 @@ body.mode-readonly .row-btn:not(.view) {
.toast-success { background: #107c10; }
.toast-error { background: #d13438; }
-.toast-info { background: #0078d4; }
+.toast-info { background: #0078d4; }
/* ===== 标题栏(与工具栏分离) ===== */
.titlebar {
@@ -691,4 +691,4 @@ body.mode-readonly .row-btn:not(.view) {
/* ===== 树节点:值项与目录项区分 ===== */
.tree-node-label.is-leaf .tree-icon {
opacity: 0.9;
-}
+}
diff --git a/public/index.html b/public/index.html
index e0afb06..fe16164 100644
--- a/public/index.html
+++ b/public/index.html
@@ -288,4 +288,4 @@