feat:data slove and update heatmap

This commit is contained in:
2025-10-29 14:09:28 +08:00
parent c50b44efe2
commit c6cef3d89d
200 changed files with 100674 additions and 52814 deletions

View File

@@ -1,9 +1,9 @@
#pragma once
#include "basic-card.hh"
namespace creeper {
namespace filled_card::pro {
using namespace card::pro;
}
using FilledCard = Declarative<BasicCard, BasicCard::Checker>;
}
#pragma once
#include "basic-card.hh"
namespace creeper {
namespace filled_card::pro {
using namespace card::pro;
}
using FilledCard = Declarative<BasicCard, BasicCard::Checker>;
}