@adversity/coding-tool-x 3.1.3 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  该项目遵循 [Semantic Versioning](https://semver.org/)。
6
6
 
7
+ ## [3.1.4] - 2026-02-28
8
+
9
+ ### Fixed
10
+ - 🐛 **统计卡数值恒显示** - 修复切换 metric 时其他维度统计卡显示为 0 的问题,现在并发请求三个维度数据
11
+ - 🐛 **移除 dataZoom 滑块** - 修复 90d 视图图例下方出现多余波形滑块的问题
12
+
7
13
  ## [3.1.3] - 2026-02-28
8
14
 
9
15
  ### Added
@@ -0,0 +1 @@
1
+ .analytics-page[data-v-f66ba4e5]{height:100%;background:var(--bg-primary);overflow-y:auto;padding:16px 20px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px}.analytics-header[data-v-f66ba4e5]{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;flex-wrap:wrap;gap:10px}.page-title[data-v-f66ba4e5]{margin:0;font-size:18px;font-weight:700;color:var(--text-primary)}.toolbar[data-v-f66ba4e5]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.range-buttons[data-v-f66ba4e5]{display:flex;align-items:center;gap:4px}.range-btn[data-v-f66ba4e5]{padding:4px 10px;font-size:12px;border:1px solid var(--border-color, #e0e0e6);background:transparent;color:var(--text-secondary);border-radius:4px;cursor:pointer;transition:all .15s}.range-btn[data-v-f66ba4e5]:hover{border-color:var(--primary-color, #18a058);color:var(--primary-color, #18a058)}.range-btn.active[data-v-f66ba4e5]{background:var(--primary-color, #18a058);border-color:var(--primary-color, #18a058);color:#fff}.custom-range-wrapper[data-v-f66ba4e5]{margin-left:4px}.loading-overlay[data-v-f66ba4e5]{display:flex;justify-content:center;padding:20px 0}.summary-cards[data-v-f66ba4e5]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;flex-shrink:0}.summary-card[data-v-f66ba4e5]{background:var(--bg-secondary);border:1px solid var(--border-color, #e0e0e6);border-radius:8px;padding:14px 16px}.summary-label[data-v-f66ba4e5]{font-size:11px;color:var(--text-secondary);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.summary-value[data-v-f66ba4e5]{font-size:22px;font-weight:700;color:var(--text-primary);line-height:1.2}.chart-section[data-v-f66ba4e5]{background:var(--bg-secondary);border:1px solid var(--border-color, #e0e0e6);border-radius:8px;padding:14px 16px;flex-shrink:0}.chart-section.fullscreen[data-v-f66ba4e5]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;border-radius:0;padding:20px;background:var(--bg-secondary);overflow:auto}.cumulative-section[data-v-f66ba4e5]{margin-bottom:8px}.chart-section-header[data-v-f66ba4e5]{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.chart-title[data-v-f66ba4e5]{font-size:13px;font-weight:600;color:var(--text-primary)}.chart-controls[data-v-f66ba4e5]{display:flex;align-items:center;gap:8px}.chart-type-toggle[data-v-f66ba4e5]{display:flex;border:1px solid var(--border-color, #e0e0e6);border-radius:4px;overflow:hidden}.toggle-btn[data-v-f66ba4e5]{padding:3px 10px;font-size:12px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .15s}.toggle-btn.active[data-v-f66ba4e5]{background:var(--primary-color, #18a058);color:#fff}.icon-btn[data-v-f66ba4e5]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-color, #e0e0e6);border-radius:4px;background:transparent;cursor:pointer;color:var(--text-secondary);transition:all .15s}.icon-btn[data-v-f66ba4e5]:hover{border-color:var(--primary-color, #18a058);color:var(--primary-color, #18a058)}.main-chart[data-v-f66ba4e5]{height:560px;width:100%}.chart-section.fullscreen .main-chart[data-v-f66ba4e5]{height:calc(100vh - 100px)}.cumulative-chart[data-v-f66ba4e5]{height:200px;width:100%}.empty-state[data-v-f66ba4e5]{height:120px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:13px}@media (max-width: 768px){.analytics-page[data-v-f66ba4e5]{padding:10px 12px}.summary-cards[data-v-f66ba4e5]{grid-template-columns:repeat(2,1fr)}.analytics-header[data-v-f66ba4e5]{flex-direction:column;align-items:flex-start}.toolbar[data-v-f66ba4e5]{width:100%}}@media (max-width: 480px){.summary-cards[data-v-f66ba4e5]{grid-template-columns:1fr 1fr}.summary-value[data-v-f66ba4e5]{font-size:18px}}