feat: 更新版本至 0.0.57,导出 User 类型并优化 beforeSetLoginUser 方法

This commit is contained in:
2026-02-21 04:33:19 +08:00
parent c97e246ba7
commit 3f8b9c2c4a
3 changed files with 10 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export interface Cache {
*/
init?: () => Promise<any>;
}
type User = {
export type User = {
avatar?: string;
description?: string;
id?: string;