!5478 【bundlemanager_bundle_framework】支持超大尺寸4*6卡片

Merge pull request !5478 from zhubingwei/master
This commit is contained in:
openharmony_ci 2024-03-09 08:32:34 +00:00 committed by Gitee
commit 4c6effef26
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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},