From faa6fcf31c9460a323a50a7068c00884f4020063 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 16 Aug 2024 21:39:14 +0800 Subject: [PATCH] chore: tweak plans --- docs/getting-started/subscription.md | 2 +- .../web/src/pages/SubscriptionSetting.tsx | 30 ++-- proto/api/v1/subscription_service.proto | 8 +- proto/gen/api/v1/README.md | 4 +- proto/gen/api/v1/subscription_service.pb.go | 144 ++++++++++-------- proto/gen/apidocs.swagger.yaml | 16 +- server/route/api/v1/collection_service.go | 11 +- server/route/api/v1/shortcut_service.go | 11 ++ server/service/license/feature_matrix.go | 5 + server/service/license/license.go | 32 ++-- 10 files changed, 163 insertions(+), 100 deletions(-) diff --git a/docs/getting-started/subscription.md b/docs/getting-started/subscription.md index 3af42c4..fb7905d 100644 --- a/docs/getting-started/subscription.md +++ b/docs/getting-started/subscription.md @@ -6,7 +6,7 @@ Slash is open source links shortener and sharing platform. Our source code is av ### Free -The Free plan is designed for personal use not for commercial use. It allows you to create unlimited shortcuts and invite up to 5 members. +The Free plan is designed for personal use not for commercial use. It allows you to create up to 100 shortcuts and invite up to 5 members. ### Pro diff --git a/frontend/web/src/pages/SubscriptionSetting.tsx b/frontend/web/src/pages/SubscriptionSetting.tsx index 1024048..a1fc2a9 100644 --- a/frontend/web/src/pages/SubscriptionSetting.tsx +++ b/frontend/web/src/pages/SubscriptionSetting.tsx @@ -111,11 +111,7 @@ const SubscriptionSetting: React.FC = () => {