适配最新接口附带user_id

This commit is contained in:
2025-07-21 15:03:10 +08:00
parent 67b81fb7e5
commit 6bcda70994
2 changed files with 20 additions and 75 deletions
+1 -1
View File
@@ -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">