Skip to content

Commit 0fbcbb6

Browse files
authored
chore: tweak descriptions (#117)
* chore: tweak descriptions * fix: lockfile
1 parent 53a8bab commit 0fbcbb6

File tree

2 files changed

+123
-123
lines changed

2 files changed

+123
-123
lines changed

package-lock.json

Lines changed: 120 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/price.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const PRICE_PLANS_CLOUD: Record<string, Record<string, any>[]> = {
5252
key: 'enterprise',
5353
title: '企业版',
5454
price: 999,
55-
content: '适合企业级应用,提供私有化部署',
55+
content: '适合企业级应用',
5656
features: [
5757
'500 个团队成员上限',
5858
'1000 个应用上限',
@@ -119,7 +119,7 @@ export const PRICE_PLANS_CLOUD: Record<string, Record<string, any>[]> = {
119119
key: 'enterprise',
120120
title: 'Enterprise Edition',
121121
price: 999,
122-
content: 'For enterprise-level applications, providing private deployment solution',
122+
content: 'For enterprise-level applications',
123123
features: [
124124
'500 team members limit',
125125
'1000 apps limit',
@@ -185,7 +185,7 @@ export const PRICE_PLANS_CLOUD: Record<string, Record<string, any>[]> = {
185185
key: 'enterprise',
186186
title: 'エンタープライズ版',
187187
price: 999,
188-
content: '企業向けアプリケーションのためのプライベートデプロイ',
188+
content: '企業向けアプリケーション',
189189
features: [
190190
'500 チームメンバー上限',
191191
'1000 個のアプリケーション上限',

0 commit comments

Comments
 (0)