移除平台配置中无效的 JSON 文件路径展示

配置已迁入数据库,不再展示历史 filePath / data/*.json 路径。
This commit is contained in:
yml2213
2026-07-10 21:47:25 +08:00
parent 3196e1ccdc
commit 407afe203e
3 changed files with 20 additions and 33 deletions
+5
View File
@@ -1012,6 +1012,10 @@ select {
gap: 12px;
}
.metric-grid.three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.metric-grid.four {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
@@ -1264,6 +1268,7 @@ select {
margin-bottom: 0;
}
.metric-grid.three,
.metric-grid.four,
.metric-grid.five,
.platform-form-grid,