Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
240 changes: 120 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/config/price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const PRICE_PLANS_CLOUD: Record<string, Record<string, any>[]> = {
key: 'enterprise',
title: '企业版',
price: 999,
content: '适合企业级应用,提供私有化部署',
content: '适合企业级应用',
features: [
'500 个团队成员上限',
'1000 个应用上限',
Expand Down Expand Up @@ -119,7 +119,7 @@ export const PRICE_PLANS_CLOUD: Record<string, Record<string, any>[]> = {
key: 'enterprise',
title: 'Enterprise Edition',
price: 999,
content: 'For enterprise-level applications, providing private deployment solution',
content: 'For enterprise-level applications',
features: [
'500 team members limit',
'1000 apps limit',
Expand Down Expand Up @@ -185,7 +185,7 @@ export const PRICE_PLANS_CLOUD: Record<string, Record<string, any>[]> = {
key: 'enterprise',
title: 'エンタープライズ版',
price: 999,
content: '企業向けアプリケーションのためのプライベートデプロイ',
content: '企業向けアプリケーション',
features: [
'500 チームメンバー上限',
'1000 個のアプリケーション上限',
Expand Down