feat(payment): add complete payment system with multi-provider support
Add a full payment and subscription system supporting EasyPay (Alipay/WeChat), Stripe, and direct Alipay/WeChat Pay providers with multi-instance load balancing.
This commit is contained in:
16
frontend/src/router/meta.d.ts
vendored
16
frontend/src/router/meta.d.ts
vendored
@@ -42,5 +42,21 @@ declare module 'vue-router' {
|
||||
* @default false
|
||||
*/
|
||||
hideInMenu?: boolean
|
||||
|
||||
/**
|
||||
* Whether this route requires internal payment system to be enabled
|
||||
* @default false
|
||||
*/
|
||||
requiresPayment?: boolean
|
||||
|
||||
/**
|
||||
* i18n key for the page title
|
||||
*/
|
||||
titleKey?: string
|
||||
|
||||
/**
|
||||
* i18n key for the page description
|
||||
*/
|
||||
descriptionKey?: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user