This commit is contained in:
手瓜一十雪
2024-10-14 22:08:00 +08:00
parent 20a222ca76
commit 97a1bd4794
3 changed files with 12 additions and 2 deletions

View File

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