Explorar o código

feat(types): 常用语

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
9d0756af2a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/user.ts

+ 1 - 0
types/src/interface/user.ts

@@ -114,6 +114,7 @@ export interface IAPUser {
   failLoginCount?: number; // 登陆失败的次数
   lastTryLoginTime?: number; // 上次尝试登陆的时间
   passwordModifyTime?: number; // 密码修改时间
+  phrases: string[]; // 常用语
 }
 
 // 最近联系人