Skip to content

Commit c2a68fe

Browse files
committed
add trend data
1 parent 9d3d4c4 commit c2a68fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/page/TrendPage.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,7 @@ trendType(BuildContext context) {
207207
TrendTypeModel("C", "C"),
208208
TrendTypeModel("HTML", "HTML"),
209209
TrendTypeModel("CSS", "CSS"),
210+
TrendTypeModel("Python", "Python"),
211+
TrendTypeModel("C#", "c%23"),
210212
];
211213
}

0 commit comments

Comments
 (0)