From b2b2cf70bc59facbd9ab6a212b58ca85fa2a06a0 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 11 Apr 2024 10:59:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20base=20period=5Fdict=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/system/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system/views.py b/apps/system/views.py index 6fc386e6..af534006 100755 --- a/apps/system/views.py +++ b/apps/system/views.py @@ -646,7 +646,7 @@ class MyScheduleViewSet(ListModelMixin, CreateModelMixin, DestroyModelMixin, Cus "hours": "小时", "minutes": "分钟", "seconds": "秒", - "microseconds": "毫秒" + "microseconds": "微秒" } def get_chinese_description(self, type: str = 'interval', data: dict = {}):