增加备注功能
This commit is contained in:
@@ -43,5 +43,6 @@ function PopoverAnchor({
|
||||
}: React.ComponentProps<typeof PopoverPrimitive.Anchor>) {
|
||||
return <PopoverPrimitive.Anchor data-slot="popover-anchor" {...props} />;
|
||||
}
|
||||
const PopoverClose = PopoverPrimitive.Close;
|
||||
|
||||
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
|
||||
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor, PopoverClose };
|
||||
|
||||
+1
@@ -2438,6 +2438,7 @@ declare namespace API {
|
||||
group_locked: boolean;
|
||||
auth_methods: UserAuthMethod[];
|
||||
user_devices: UserDevice[];
|
||||
remark: string;
|
||||
rules: string[];
|
||||
created_at: number;
|
||||
updated_at: number;
|
||||
|
||||
Reference in New Issue
Block a user