chore: 整理构建文件
- 移除备份文件 - 清理未跟踪文件
This commit is contained in:
@@ -273,28 +273,28 @@ fn get_app_css() -> &'static str {
|
||||
}
|
||||
|
||||
.app-container.light {
|
||||
background: #f5f5f5;
|
||||
color: #333;
|
||||
background: #f7fafc;
|
||||
color: #1a202c;
|
||||
}
|
||||
|
||||
.app-container.dark {
|
||||
background: #1a1a2e;
|
||||
color: #eee;
|
||||
background: #0f172a;
|
||||
color: #f1f5f9;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 280px;
|
||||
background: #16213e;
|
||||
color: #fff;
|
||||
background: #1e293b;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-right: 1px solid #0f3460;
|
||||
border-right: 1px solid #475569;
|
||||
}
|
||||
|
||||
.app-container.light .sidebar {
|
||||
background: #fff;
|
||||
color: #333;
|
||||
border-right: #ddd;
|
||||
background: #ffffff;
|
||||
color: #1a202c;
|
||||
border-right: #e2e8f0;
|
||||
}
|
||||
|
||||
.sidebar-header {
|
||||
@@ -302,7 +302,7 @@ fn get_app_css() -> &'static str {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #0f3460;
|
||||
border-bottom: 1px solid #475569;
|
||||
}
|
||||
|
||||
.settings-btn {
|
||||
@@ -322,13 +322,13 @@ fn get_app_css() -> &'static str {
|
||||
padding: 8px 12px;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
background: #0f3460;
|
||||
color: #fff;
|
||||
background: #475569;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.app-container.light .search-box input {
|
||||
background: #f0f0f0;
|
||||
color: #333;
|
||||
color: #1a202c;
|
||||
}
|
||||
|
||||
.filter-buttons {
|
||||
@@ -342,15 +342,15 @@ fn get_app_css() -> &'static str {
|
||||
padding: 5px 10px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background: #0f3460;
|
||||
color: #fff;
|
||||
background: #475569;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.app-container.light .filter-buttons button {
|
||||
background: #e0e0e0;
|
||||
color: #333;
|
||||
color: #1a202c;
|
||||
}
|
||||
|
||||
.filter-buttons button.active {
|
||||
@@ -374,7 +374,7 @@ fn get_app_css() -> &'static str {
|
||||
}
|
||||
|
||||
.file-item:hover {
|
||||
background: #0f3460;
|
||||
background: #475569;
|
||||
}
|
||||
|
||||
.app-container.light .file-item:hover {
|
||||
@@ -444,8 +444,8 @@ fn get_app_css() -> &'static str {
|
||||
}
|
||||
|
||||
.settings-panel {
|
||||
background: #16213e;
|
||||
color: #fff;
|
||||
background: #1e293b;
|
||||
color: #ffffff;
|
||||
padding: 30px;
|
||||
border-radius: 12px;
|
||||
min-width: 300px;
|
||||
@@ -453,8 +453,8 @@ fn get_app_css() -> &'static str {
|
||||
}
|
||||
|
||||
.app-container.light .settings-panel {
|
||||
background: #fff;
|
||||
color: #333;
|
||||
background: #ffffff;
|
||||
color: #1a202c;
|
||||
}
|
||||
|
||||
.settings-panel h2 {
|
||||
@@ -467,7 +467,7 @@ fn get_app_css() -> &'static str {
|
||||
right: 10px;
|
||||
background: none;
|
||||
border: none;
|
||||
color: #fff;
|
||||
color: #ffffff;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -485,15 +485,15 @@ fn get_app_css() -> &'static str {
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #0f3460;
|
||||
background: #0f3460;
|
||||
color: #fff;
|
||||
border: 1px solid #475569;
|
||||
background: #475569;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.app-container.light .setting-item select {
|
||||
background: #f0f0f0;
|
||||
color: #333;
|
||||
border-color: #ddd;
|
||||
color: #1a202c;
|
||||
border-color: #e2e8f0;
|
||||
}
|
||||
|
||||
.header-actions {
|
||||
@@ -507,7 +507,7 @@ fn get_app_css() -> &'static str {
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
background: #e94560;
|
||||
color: #fff;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
transition: background 0.2s;
|
||||
|
||||
Reference in New Issue
Block a user