支持超大尺寸4*6卡片

Signed-off-by: zhubingwei <zhubingwei@huawei.com>
This commit is contained in:
zhubingwei 2024-03-08 16:15:05 +08:00
parent 3eed340e54
commit 7e0264c91b

View File

@ -39,7 +39,8 @@ const std::map<std::string, int32_t> dimensionMap = {
{"2*4", 3},
{"4*4", 4},
{"2*1", 5},
{"1*1", 6}
{"1*1", 6},
{"4*6", 7}
};
const std::map<std::string, FormType> formTypeMap = {
{"JS", FormType::JS},