We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
卡片消息这类渲染成 UI 的组件,使用 XML 语言定义比较直观(类似于 HTML、XAML)。相比使用 CardBuilder,使用 XML 文件来定义还可以在不改动代码的情况下修改预定义的卡片。对于需要运行时才能决定的值,可以使用 Liquid Template 对 XML 进行修改。
目前已经实现了使用 XSD 来定义 XML 格式,和将 XML 反序列化至 List<ICard>
List<ICard>
如果觉得可以我再发起 PR
The text was updated successfully, but these errors were encountered:
很棒!感谢提议!欢迎 PR!
Sorry, something went wrong.
gehongyan
Successfully merging a pull request may close this issue.
卡片消息这类渲染成 UI 的组件,使用 XML 语言定义比较直观(类似于 HTML、XAML)。相比使用 CardBuilder,使用 XML 文件来定义还可以在不改动代码的情况下修改预定义的卡片。对于需要运行时才能决定的值,可以使用 Liquid Template 对 XML 进行修改。
目前已经实现了使用 XSD 来定义 XML 格式,和将 XML 反序列化至
List<ICard>
如果觉得可以我再发起 PR
The text was updated successfully, but these errors were encountered: