重新初始化项目

This commit is contained in:
2025-08-22 19:55:19 +08:00
commit 65bc67460b
805 changed files with 83402 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.row-severe {
-fx-background-color: #fff0f0;
-fx-text-fill: red;
}
.row-warning {
-fx-text-fill: orange;
-fx-background-color: #fff9f0; /* 浅橙色背景 */
}
.row-info {
-fx-text-fill: #000000;
-fx-background-color: #f5fbf6; /* 浅绿色背景 */
}
.row-config {
-fx-text-fill: green;
-fx-background-color: #f5fbf6; /* 浅绿色背景 */
}
.row-fine {
-fx-text-fill: #bcbcbc;
}