v1.4.2 — 自动归类取代手动选择板块

- 后端关键词自动归类立志/责善/勤学到六板块
- 移除DOM板块选择器,简化UI
- 蓝图面板展示各板块立志·责善·勤学统计+详情列表
- 旧数据自动兼容、新数据无需手动选分类
This commit is contained in:
mac
2026-06-04 15:58:56 +08:00
parent be9f10e968
commit 03745e19c3
4 changed files with 128 additions and 45 deletions

View File

@@ -1463,19 +1463,23 @@ body {
.bp-desc { font-size: 11px; color: var(--text-muted); margin-bottom: 10px; line-height: 1.5; }
.bp-count { font-size: 13px; font-weight: 600; color: var(--primary); }
/* 立志板块选择器 */
.morning-pillar {
padding: 4px 8px;
border: 1.5px solid var(--border);
border-radius: var(--radius-sm);
.bp-detail {
margin-top: 10px;
text-align: left;
font-size: 11px;
font-family: inherit;
color: var(--text-dim);
background: var(--card);
min-width: 100px;
cursor: pointer;
max-height: 120px;
overflow-y: auto;
border-top: 1px solid var(--border);
padding-top: 8px;
}
.morning-pillar:hover { border-color: var(--primary); }
.bp-item {
padding: 2px 0;
color: var(--text-dim);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bp-empty { color: var(--text-muted); text-align: center; padding: 6px 0; }
@media (max-width: 900px) {
.blueprint-pillars { grid-template-columns: repeat(2, 1fr); }