更新菜单栏中的帮助中心教程和产品介绍的相关文档

This commit is contained in:
Eamon-meng
2025-12-15 11:48:40 +08:00
parent 26ea796b4d
commit 56adde8aa0
28 changed files with 368 additions and 208 deletions

View File

@@ -20,7 +20,6 @@ import {useProfileStore} from '@/components/stores-provider'
import {merge} from '@/lib/utils'
import {
TradePlatform,
usePlatformType,
TradeMethod,
TradeMethodDecoration,
} from '@/lib/models/trade'
@@ -29,6 +28,7 @@ import Image from 'next/image'
import wechat from '@/components/composites/purchase/_assets/wechat.svg'
import alipay from '@/components/composites/purchase/_assets/alipay.svg'
import {PaymentProps} from '@/components/composites/payment/type'
import {usePlatformType} from '@/lib/hooks'
const schema = zod.object({
method: zod.enum(['alipay', 'wechat']),