1, 删除多余日志

2,修复不能引用系统资源缺陷
3,配置文件中startWindowIcon,startWindowBackground,resource,extra 标签资源引用替换成资源ID

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-04-19 14:34:56 +08:00
parent e947ee7547
commit 471fc07eae
6 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const static std::string ID_DEFINED_FILE = "id_defined.json";
const static std::string RESOURCE_INDEX_FILE = "resources.index";
const static std::string SEPARATOR = "/";
const static int32_t VERSION_MAX_LEN = 128;
static const int8_t RESTOOL_VERSION[VERSION_MAX_LEN] = { "Restool 2.007" };
static const int8_t RESTOOL_VERSION[VERSION_MAX_LEN] = { "Restool 2.008" };
const static int32_t TAG_LEN = 4;
enum class KeyType {