feat(core): i18n for pricing plans (#6499)

feat(core): adjust pricing plans style

feat(core): i18n for pricing plans
This commit is contained in:
CatsJuice
2024-04-10 08:09:14 +00:00
parent 6ea20e477b
commit a0c92b9966
12 changed files with 254 additions and 95 deletions

View File

@@ -82,6 +82,7 @@ export enum ServerDeploymentType {
}
export enum ServerFeature {
Copilot = 'Copilot',
OAuth = 'OAuth',
Payment = 'Payment',
}