From 2ed15c9b6b0721bbf7a2e384ca508fccd2cc9900 Mon Sep 17 00:00:00 2001
From: Rao <1227431568@qq.com>
Date: Mon, 3 Mar 2025 11:09:04 +0800
Subject: [PATCH] rht
---
apps/web/src/app/admin/base-setting/page.tsx | 5 +-
.../app/main/home/components/HeroSection.tsx | 11 ++--
.../common/input/CarouselUrlInput.tsx | 53 +++++++++++++++++++
3 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 apps/web/src/components/common/input/CarouselUrlInput.tsx
diff --git a/apps/web/src/app/admin/base-setting/page.tsx b/apps/web/src/app/admin/base-setting/page.tsx
index 5d610cf..b5dcc83 100755
--- a/apps/web/src/app/admin/base-setting/page.tsx
+++ b/apps/web/src/app/admin/base-setting/page.tsx
@@ -9,6 +9,7 @@ import FixedHeader from "@web/src/components/layout/fix-header";
import { useForm } from "antd/es/form/Form";
import { api } from "@nice/client";
import { MainLayoutContext } from "../layout";
+import CarouselUrlInput from "@web/src/components/common/input/CarouselUrlInput";
export default function BaseSettingPage() {
const { update, baseSetting } = useAppConfig();
@@ -134,11 +135,11 @@ export default function BaseSettingPage() {