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

@@ -193,6 +193,6 @@ onMounted(reload)
display: flex;
justify-content: space-between;
align-items: center;
color: #606266;
color: var(--el-text-color-regular);
}
</style>