perf: plan tip (#2513)

This commit is contained in:
Archer
2024-08-26 10:43:52 +08:00
committed by GitHub
parent c1d08c0ccc
commit 22a0f6bcfa
6 changed files with 43 additions and 22 deletions

View File

@@ -28,11 +28,13 @@ export enum SubModeEnum {
export const subModeMap = {
[SubModeEnum.month]: {
label: 'support.wallet.subscription.mode.Month',
durationMonth: 1
durationMonth: 1,
payMonth: 1
},
[SubModeEnum.year]: {
label: 'support.wallet.subscription.mode.Year',
durationMonth: 12
durationMonth: 12,
payMonth: 10
}
};