mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
perf: plan tip (#2513)
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user