feat:更新排序规则
This commit is contained in:
@@ -244,7 +244,7 @@ Widget buildFlispTag(Flisp flisp) {
|
||||
|
||||
Widget buildFlispTime(Flisp flisp) {
|
||||
return Text(
|
||||
DateFormat('yyyy-MM-dd HH:mm:ss').format(flisp.createTime),
|
||||
DateFormat('yyyy-MM-dd HH:mm:ss').format(flisp.updateTime),
|
||||
style: TextStyle(fontSize: 12, color: Colors.grey),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user