API数据表更新

This commit is contained in:
2025-08-30 15:38:11 +08:00
parent 68562add7f
commit 4075a2f49c
2 changed files with 31 additions and 7 deletions

View File

@@ -355,10 +355,22 @@
}
/* SQL高亮样式不破坏格式 */
.sql-keyword { color: #d73a49; font-weight: 600; }
.sql-table { color: #005cc5; }
.sql-column { color: #6f42c1; }
.sql-comment { color: #6a737d; }
.sql-keyword {
color: #d73a49;
font-weight: 600;
}
.sql-table {
color: #005cc5;
}
.sql-column {
color: #6f42c1;
}
.sql-comment {
color: #6a737d;
}
/* 复制提示 */
.copy-toast {
@@ -559,15 +571,15 @@
<div class="stats-row">
<div class="stat-item">
<i class="fas fa-key" style="color: #165dff;"></i>
1 个主键
<p>主键:<span th:text="${pkCnt}">0</span></p>
</div>
<div class="stat-item">
<i class="fas fa-sitemap" style="color: #00864e;"></i>
2 个索引
<p>索引:<span th:text="${idxCnt}">0</span></p>
</div>
<div class="stat-item">
<i class="fas fa-list" style="color: #4096ff;"></i>
20 个字段
<p>字段:<span th:text="${colCnt}">0</span></p>
</div>
</div>
</div>