Commit Graph

2 Commits

Author SHA1 Message Date
TradeMate Dev 9ca5d79d8a feat: SEO 优化与浏览器自动化测试
- 为 admin-frontend、user-frontend、uni-app 添加完整 SEO meta 标签
- 添加结构化数据 (JSON-LD) 提升搜索引擎理解
- 创建 robots.txt 和 sitemap.xml 文件
- 优化移动端 viewport、PWA 支持、theme-color
- 添加 Open Graph 和 Twitter Card 元标签
- 创建浏览器自动化测试脚本 (11 项测试全部通过)
- 修复 Nginx charset 配置解决编码问题
2026-06-29 20:17:59 +08:00
TradeMate Dev 3e39cf0170 refactor: replace direct WeChat/Alipay with unified pay-api gateway
Switch from direct WeChat Pay / Alipay integrations to the unified
宇之然 pay-api gateway (HMAC-SHA256 auth). Removes wechat_pay.py,
keeps PaymentGateway abstraction, adds UnifiedPayService. Simplifies
payment.py create_order to {plan, pay_type} params. Single webhook
endpoint replaces separate WeChat/Alipay notify handlers.
2026-05-29 18:36:50 +08:00