fix: remark

This commit is contained in:
手瓜一十雪
2024-10-20 18:30:14 +08:00
parent 7feb6c190c
commit da04766070
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export interface NodeIKernelBuddyService {
getBuddyRemark(uid: number): string;
setBuddyRemark(uid: string, remark: string): void;
setBuddyRemark(param: { uid: string, remark: string, signInfo?: unknown }): void;
getAvatarUrl(uid: number): string;