Skip to content

Commit

Permalink
Merge pull request #41 from 153493932/fair_release_2.1.0
Browse files Browse the repository at this point in the history
[Fair][2.0]: 删除无用代码和更新example动态产物
  • Loading branch information
LinLeyang authored Sep 8, 2021
2 parents ea98890 + df5a147 commit 4d34fb1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 233 deletions.
Binary file removed compiler/lib/entry.aot
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,25 @@
"className": "TextSpan",
"na": {
"children": [
{
"className": "TextSpan",
"na": {
"text": "%(_generatePrice)",
"style": {
"className": "TextStyle",
"na": {
"fontSize": 18,
"color": {
"className": "Color",
"pa": [
"0xFFFF0000"
]
},
"wordSpacing": 0
}
}
}
},
{
"className": "TextSpan",
"na": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"child": {
"className": "Icon",
"pa": [
"#(Icons.add)"
"#(Icons.arrow_forward_outlined)"
]
},
"onPressed": "@(onClick)"
Expand Down

0 comments on commit 4d34fb1

Please sign in to comment.