完成热力图部分,取消边框,背景透明

This commit is contained in:
2025-10-23 10:09:13 +08:00
parent 62c93e51ee
commit 8494a9c94e
6 changed files with 302 additions and 125 deletions

View File

@@ -46,7 +46,11 @@ auto main(int argc, char *argv[]) -> int {
[&](MainWindow& window) noexcept {
},
mwpro::FixedSize {1080, 720},
// mwpro::FixedSize {1080, 720},
mwpro::MinimumSize {
1080,
720
},
mwpro::Central<FilledCard> {
capro::ThemeManager {manager},
capro::Radius {0},