!117 【monthly_20230815】文件路径支持跳转,格式修改

Merge pull request !117 from fyz1019/cherry-pick-1693029291
This commit is contained in:
openharmony_ci
2023-08-26 09:23:34 +00:00
committed by Gitee
+1 -1
View File
@@ -34,7 +34,7 @@ const static std::string RESOURCE_INDEX_FILE = "resources.index";
const static std::string JSON_EXTENSION = ".json";
const static std::string SEPARATOR = "/";
const static std::string WIN_SEPARATOR = "\\";
const static std::string NEW_LINE_PATH = "\r\nat ";
const static std::string NEW_LINE_PATH = "\nat ";
const static std::string LONG_PATH_HEAD = "\\\\?\\";
const static std::string ID_DEFINED_INDENTATION = " ";
const static int32_t VERSION_MAX_LEN = 128;