feat: WeChat Pay integration, translation quota management, login UX fixes
- WeChat Pay APIv3 integration (JSAPI + Native) with cert-based auth - TranslationQuota model + admin management UI (配额 tab) - Alibaba MT provider now checks quota before translation - Fix: admin tabs scrollable on mobile, remove header-card - Fix: profile/login navigation - logout stays on profile, login returns to profile - Fix: login form now visible by default (no extra click to show) - Fix: home page translate link uses navigateTo (was switchTab to non-tabBar page) - Add .coverage and apiclient_key.pem to gitignore
This commit is contained in:
@@ -32,6 +32,11 @@ WHATSAPP_WEBHOOK_VERIFY_TOKEN=
|
||||
# 微信小程序
|
||||
WECHAT_APP_ID=
|
||||
WECHAT_APP_SECRET=
|
||||
WECHAT_PAY_MCH_ID=
|
||||
WECHAT_PAY_API_KEY=
|
||||
WECHAT_PAY_SERIAL_NO=
|
||||
WECHAT_PAY_CERT_DIR=./certs
|
||||
WECHAT_PAY_NOTIFY_URL=https://your-domain.com/api/v1/payment/notify
|
||||
|
||||
# 汇率 API(免费层即可)
|
||||
EXCHANGE_RATE_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user