mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 08:29:55 +00:00
新增symbol资源类型
Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
parent
1f07c87e2d
commit
89fc6e87be
@ -37,6 +37,7 @@ class SysResource:
|
|||||||
and item_type != "float" \
|
and item_type != "float" \
|
||||||
and item_type != "media" \
|
and item_type != "media" \
|
||||||
and item_type != "string" \
|
and item_type != "string" \
|
||||||
|
and item_type != "symbol" \
|
||||||
and item_type != "plural":
|
and item_type != "plural":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user