This commit is contained in:
wyf
2025-04-12 18:13:35 +08:00
parent 9396f18d09
commit 146462b467
17 changed files with 1446 additions and 816 deletions

View File

@@ -34,7 +34,9 @@ class UserInfoModel {
User? superbase_user;
String? img_bucket = 'user';
int? login = 0; //是否登录0未登录 1已登录
int? login = 0;
bool? register_agree = false; //注册协议
UserInfoModel();
static UserInfoModel fromJson(Map<String, dynamic> json) =>