mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-21 06:55:24 -04:00
support orientation config with reference
Signed-off-by: liduo <liduo29@huawei.com>
This commit is contained in:
@@ -40,7 +40,8 @@ const map<string, string> ConfigParser::JSON_STRING_IDS = {
|
||||
{ "startWindowBackground", "^\\$color:"},
|
||||
{ "resource", "^\\$[a-z]+:" },
|
||||
{ "extra", "^\\$[a-z]+:" },
|
||||
{ "fileContextMenu", "^\\$profile:" }
|
||||
{ "fileContextMenu", "^\\$profile:" },
|
||||
{ "orientation", "^\\$string:" }
|
||||
};
|
||||
|
||||
const map<string, string> ConfigParser::JSON_ARRAY_IDS = {
|
||||
|
||||
Reference in New Issue
Block a user