diff --git a/public/images/a_liitle_tea.png b/public/images/a_liitle_tea.png new file mode 100644 index 0000000..867ede7 Binary files /dev/null and b/public/images/a_liitle_tea.png differ diff --git a/public/images/a_little_tea_sticker.png b/public/images/a_little_tea_sticker.png new file mode 100644 index 0000000..bbfefcd Binary files /dev/null and b/public/images/a_little_tea_sticker.png differ diff --git a/public/images/icons/a_liitle_tea.png b/public/images/icons/a_liitle_tea.png new file mode 100644 index 0000000..867ede7 Binary files /dev/null and b/public/images/icons/a_liitle_tea.png differ diff --git a/src/pages/tools/alittletea.tsx b/src/pages/tools/alittletea.tsx new file mode 100644 index 0000000..a2511e1 --- /dev/null +++ b/src/pages/tools/alittletea.tsx @@ -0,0 +1,104 @@ +import { QRCode } from "antd"; +import dayjs from 'dayjs' +import HighText from "../../components/HighText"; +import { useOutletContext } from "react-router-dom"; +import { RefObject } from "react"; +import BaseCard from "../../components/BaseCard"; +export default function AlittleTea() { + const [highLight, ref]:[highLight: boolean, ref: RefObject] = useOutletContext(); + + return ( +
+ +
+ {/* LOGO */} + logo + + {/* 基础信息区域 */} +
+ +
+ + {/* 点单来源 */} +
+
+ +
+
+
+
+ + {/* 杯子大小,冷热度,糖度什么的 */} +
+
+ + ( + + / + + ) +
+
+ + {/* 产品名称区域 */} +
+ +
+ + {/* 自定义区域 */} +
+
+ + + +
+
+ + {/* 价格区域 */} +
+
+ ¥ + +
+
+ + {/* 时间区域 */} +
+ +
+ + {/* 店铺信息区域 */} +
+
+ +
+
+ +
+
+ + {/* 建议区域 */} +
+ 建议1小时内饮用完毕,口感最佳 +
+ + {/* 特别信息 */} +
+ +
+
+
+ + +
+ logo +
+ +
+ +
+
+
+
+ ) +} diff --git a/src/utils/router.ts b/src/utils/router.ts index c034fa6..03ff36e 100644 --- a/src/utils/router.ts +++ b/src/utils/router.ts @@ -19,6 +19,14 @@ const list = { tag: '热门', tag_color: hot }, + { + name: ['一点点', '奶茶标签'], + logo: '/images/alittle-tea.png', + url: '/tools/alittletea', + color: ['#F1A050', '#F3AA3C'], + tag: '新上线', + tag_color: ['#dcfce7', '#16a34a'] + }, { name: ['人生四格', '2x2版 106mm*156mm(含3mm出血)'], logo: '/images/icons/rssg-2.webp',