Web 前端新增暗夜模式切换

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-05-03 15:35:26 +08:00
parent d3ec1de275
commit 8d4bcb4292
7 changed files with 83 additions and 12 deletions

View File

@@ -120,6 +120,6 @@ onMounted(async () => {
padding: 12px 16px;
}
.score-table {
background: #fff;
background: var(--el-bg-color);
}
</style>