From 63a3a1ed7cae0315cb08ea926dc2bd3b626fea32 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 15 Mar 2023 19:27:57 +0000 Subject: [PATCH] feat: tipper limit --- public/locales/zh/common.json | 3 ++- src/components/common/PatronModal.tsx | 6 +++--- src/components/ui/BoxRadio.tsx | 2 +- src/models/site.model.ts | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index 57773408..dd1efd4b 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -64,5 +64,6 @@ "Coming soon": "即将推出", "What is Mira? Where can I get some?" : "Mira 是什么?我在哪里可以获得?", "Tip": "赞赏", - "Tip the post: {{name}}": "赞赏文章:{{name}}" + "Tip the post: {{name}}": "赞赏文章:{{name}}", + "Custom": "自定义" } \ No newline at end of file diff --git a/src/components/common/PatronModal.tsx b/src/components/common/PatronModal.tsx index d8235d22..fa6d855d 100644 --- a/src/components/common/PatronModal.tsx +++ b/src/components/common/PatronModal.tsx @@ -146,7 +146,7 @@ export const PatronModal: React.FC<{
{tips.data?.pages?.[0]?.list?.length ? ( <> -