From fa9357b9b04c624f84948288f1d8d2bd3ff36fe4 Mon Sep 17 00:00:00 2001 From: huwei <3313749341@qq.com> Date: Thu, 9 Jul 2026 09:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/Test/a1/index.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/pages/Container/Test/a1/index.js diff --git a/src/pages/Container/Test/a1/index.js b/src/pages/Container/Test/a1/index.js new file mode 100644 index 0000000..b93bab3 --- /dev/null +++ b/src/pages/Container/Test/a1/index.js @@ -0,0 +1,18 @@ +import React from "react"; +import { Card, Typography } from "antd"; + +const { Title } = Typography; + +function A1Page() { + return ( +