mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
improvement(wrapped-ui): 移除 VHS 主题并优化 DOS/CRT 视觉效果
- 主题系统收敛为 Modern/Game Boy/DOS(快捷键改为 F1-F3) - 删除 VHS 切换器与相关样式(卡片/控件/年份选择/图表等) - DOS 主题统一使用像素字体,减弱发光强度并细化扫描线/闪烁参数 - DOS 闪烁光标改由 WrappedCRTOverlay 渲染,避免全局样式副作用 - 移除热力图 vhs 配色分支
This commit is contained in:
@@ -154,28 +154,4 @@ const yearOptions = computed(() => {
|
||||
.wrapped-theme-dos .controls-btn:hover:not(:disabled) {
|
||||
background-color: #44ff44;
|
||||
}
|
||||
|
||||
/* VHS 特殊样式 */
|
||||
.wrapped-theme-vhs .controls-panel {
|
||||
border-radius: 4px;
|
||||
background: linear-gradient(180deg, #16213e 0%, #1a1a2e 100%);
|
||||
border-color: #0f3460;
|
||||
}
|
||||
|
||||
.wrapped-theme-vhs .controls-select {
|
||||
border-radius: 2px;
|
||||
background: #1a1a2e;
|
||||
border-color: #0f3460;
|
||||
color: #eaeaea;
|
||||
}
|
||||
|
||||
.wrapped-theme-vhs .controls-btn {
|
||||
border-radius: 4px;
|
||||
background: linear-gradient(135deg, #e94560 0%, #0f3460 100%);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.wrapped-theme-vhs .controls-btn:hover:not(:disabled) {
|
||||
box-shadow: 0 4px 15px rgba(233, 69, 96, 0.5);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user