mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-27 01:11:15 +00:00
!5478 【bundlemanager_bundle_framework】支持超大尺寸4*6卡片
Merge pull request !5478 from zhubingwei/master
This commit is contained in:
commit
4c6effef26
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user