opt: log page (#967)

This commit is contained in:
My-Responsitories
2025-08-09 13:32:52 +08:00
committed by GitHub
parent 16fa47e8e9
commit c75a68dacc
9 changed files with 104 additions and 339 deletions

View File

@@ -1,12 +1,12 @@
class LoginLogItem {
String ip;
int? time;
String timeAt;
bool? status;
int? type;
String geo;
final String ip;
final int? time;
final String timeAt;
final bool? status;
final int? type;
final String geo;
LoginLogItem({
const LoginLogItem({
required this.ip,
this.time,
required this.timeAt,