feat: add new payment icons for Alipay and WeChat Pay, update asset paths

- Added SVG icons for Alipay and WeChat Pay in the payment assets directory.
- Updated paths for Lottie animations in various components to use relative paths.
- Changed QR code image sources in payment-related components to point to the new asset paths.
- Adjusted i18n configuration to load translation files from the updated assets directory.
This commit is contained in:
web
2025-11-29 20:03:41 -08:00
parent 8260fe37d7
commit 2ce0572283
103 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function initializeI18n(i18nConfig?: InitOptions) {
// HTTP backend configuration
backend: {
loadPath: "/locales/{{lng}}/{{ns}}.json", // Translation files path template
loadPath: "./assets/locales/{{lng}}/{{ns}}.json", // Translation files path template
crossDomain: false, // Disable cross-domain requests
withCredentials: false, // Don't send credentials with requests
allowMultiLoading: true, // Load namespaces individually