Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Visol-456
/
dsh-cost-tracker
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v0.1.3
v0.1.3 — 使用统计页 UI 对齐 CC Switch 风格
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
Visol-456
released this
15 Aug 10:41
·
3 commits
to main since this release
v0.1.3
5ef6c49
修复项(对照验收反馈)
图表过大过方
:整体压扁为 760×208 的宽扁比例,不再占大块屏幕。
图表字号过大
:根因是 CSS Modules 驼峰键丢失导致图表所有样式失效(SVG 文字退回浏览器默认 16px);修复后刻度/图例/tooltip 均为 10–11px,与页面其他 UI 一致。
图例挤成一团
:同一根因(legend 无 flex 布局),修复后每个系列独立一行排列、色点与标签对齐。
tooltip 黑屏黑字
:改为浅色卡片 + 边框 + 阴影;每行文字颜色与对应系列颜色相同(如费用行用费用线的颜色)。
页面太挤
:整体布局限制最大宽度 860px 并居中,视觉舒展。
请求日志
:每页只显示 15 条(原 50 条),翻页步长同步 15。
表格列对齐
:请求日志表改用 fixed 布局 + 显式列宽,每列数据与表头严格对齐(含等宽数字字体)。
曲线下方渐变填充
:每条曲线下方增加与系列同色的竖向渐变填充(CC Switch 风格)。
价格配置"不可用"报错
:根因是默认价格表被深冻结,settings 注册时 schema 强制转换写入冻结对象而抛错,导致 namespace 从未注册;现以 detached clone 作为 base 层,价格编辑真正可用;无 settings 部署时改为中性只读提示(说明如何在 cordis.yml 修改),不再显示突兀错误。
整体风格
:对齐 CC Switch 的布局、配色、图表样式与密度。
测试
新增 settings-registration 回归测试(2 例)
全部 59 个测试通过(7 个文件)
You can’t perform that action at this time.