适配最新接口附带user_id
This commit is contained in:
@@ -216,7 +216,7 @@ export function ReviewTabs({ activeTab, onTabChange, children, fileInfo, onConfi
|
||||
const i = Math.floor(Math.log(bytes) / Math.log(k));
|
||||
return parseFloat((bytes / Math.pow(k, i)).toFixed(2)) + ' ' + sizes[i];
|
||||
};
|
||||
|
||||
|
||||
return (
|
||||
<div className="tab-container w-full flex-1">
|
||||
<div className="tab-nav w-full flex justify-between">
|
||||
|
||||
Reference in New Issue
Block a user