完成视频复刻和优化
This commit is contained in:
@@ -26,7 +26,7 @@ const formatPoints = (value: string) => {
|
||||
};
|
||||
|
||||
// 模特详情弹窗:大图形象图 + 名字 + 官方模板/来源标签 + 三视图(16:9 单容器,无则占位)。
|
||||
// 复用 overlays.tsx 的 .modal 家族机制(useBodyScrollLock + useOverlayTransition + createPortal)。
|
||||
// 复用 overlays.tsx 的 .modal 家族机制(useBodyScrollLock + useOverlayTransition + OverlayPortal)。
|
||||
function ModelDetailModal({ model, close, onZoom, onSaved, onNotify, onBillingChanged }: {
|
||||
model: ModelEntity | null;
|
||||
close: () => void;
|
||||
|
||||
Reference in New Issue
Block a user