"git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "777820c1a334e1feb9dff8e39d7511e10c11be49"
feat(payment): add H5/mobile payment support
Backend: - Parse EasyPay `payurl2` field, prefer H5 link on mobile - Add `device=mobile` to EasyPay submit.php (popup) mode - Expand isMobile detection keywords (add ipad/ipod) Frontend: - Add `isMobileDevice()` utility (userAgentData + UA regex) - Mobile + pay_url: direct redirect instead of QR/popup - Popup blocked fallback: auto-redirect when window.open fails - Stripe WeChat Pay: dynamic client param (mobile_web vs web)
frontend/src/utils/device.ts
0 → 100644
Please register or sign in to comment