feat: 更新版本至 0.0.57,导出 User 类型并优化 beforeSetLoginUser 方法
This commit is contained in:
@@ -16,7 +16,7 @@ export interface Cache {
|
||||
*/
|
||||
init?: () => Promise<any>;
|
||||
}
|
||||
type User = {
|
||||
export type User = {
|
||||
avatar?: string;
|
||||
description?: string;
|
||||
id?: string;
|
||||
|
||||
Reference in New Issue
Block a user