-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* style: lint transform_harmony.rs * feat: 添加检查子元素单项是否为loop的方法 * feat: 把get_text_component_str中默认的this改为入参 * feat: 所有ets模版支持this由入参决定,去掉text组件的事件添加 * fix: 给getNormalAttributes的入参添加类型断言解决ets类型报错 * feat: 完成初步loop识别 * feat: 修改事件绑定的this * feat: 添加create_normal_text_template的node_name逻辑 * feat: 添加断言 * feat: 多子结点时其他有一个是循环,不对这个循环进行处理 * feat: 去掉打印 * style: 修改代码缩进为四个空格 * fix: 去掉无用的代码 * feat: 修改文字模版 * feat: 文字相关的工具方法 * feat: 导出getImageMode方法 * feat: rust 模版添加 getImageMode * feat: 修改 getImageMode 的导出方式 --------- Co-authored-by: mayintao3 <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters