feat: add sensitive value masking functionality to usage module and update UI for system info localization

This commit is contained in:
Supra4E8C
2025-12-05 18:30:01 +08:00
parent ba6a461a40
commit ac4f310fe8
4 changed files with 64 additions and 6 deletions

View File

@@ -804,7 +804,7 @@ body {
display: flex;
flex-direction: column;
background: var(--bg-primary);
min-height: 100%;
min-height: calc(100vh - var(--navbar-height, 69px));
}
/* 顶部导航栏 */
@@ -1036,6 +1036,8 @@ body {
/* 主内容区域 */
.main-content {
flex: 1;
display: flex;
flex-direction: column;
padding: 24px 32px;
max-width: 1400px;
width: 100%;
@@ -1046,6 +1048,8 @@ body {
.content-area {
flex: 1;
width: 100%;
display: flex;
flex-direction: column;
}
.content-section {
@@ -3528,6 +3532,7 @@ input:checked+.slider:before {
margin-top: 40px;
padding: 24px 0;
border-top: 1px solid var(--border-primary);
flex-shrink: 0;
}
.version-info {