添加 商品详情 模板页面

This commit is contained in:
icssoa
2025-10-27 18:15:27 +08:00
parent 0914598a15
commit f651f8e8bd
9 changed files with 381 additions and 2 deletions

View File

@@ -21,4 +21,5 @@ export type ClBannerProps = {
showDots?: boolean;
disableTouch?: boolean;
height?: any;
imageMode?: string;
};