Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrnAppraise组件动态表情文件名错误 #372

Closed
liuzhijie443 opened this issue Nov 23, 2022 · 1 comment
Closed

BrnAppraise组件动态表情文件名错误 #372

liuzhijie443 opened this issue Nov 23, 2022 · 1 comment

Comments

@liuzhijie443
Copy link

问题提交

标题格式:[BUG]: BrnAppraise组件动态表情文件名错误

内容需包含:

1、BUG 描述

BrnAppraise组件动态表情文件名错误,\bruno\lib\src\constants\brn_asset_constants.dart文件中 评价组件--表情 中的配置项文件名错误,导致报错,并且没有动态表情。

2、复现步骤
image

3、期望行为

      'assets/images/icon_appraise_bad_selected.png';
  static const String iconAppraiseNotGoodSelected =
      'assets/images/icon_appraise_not_good_selected.png';
  static const String iconAppraiseOkSelected =
      'assets/images/icon_appraise_ok_selected.png';
  static const String iconAppraiseGoodSelected =
      'assets/images/icon_appraise_good_selected.png';
  static const String iconAppraiseSurpriseSelected =
      'assets/images/icon_appraise_surprise_selected.png';
  static const String iconQuestion = "icons/icon_question.png";
```应该把上述代码中的png文件格式改为gif格式,就可以对应上资源包的动态表情了。

* 系统
* Bruno 版本 3.0.0
@leftcoding
Copy link
Collaborator

leftcoding commented Dec 12, 2022

感谢反馈,已修改。修改连接:#377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants