From 6fde78574b992ea8407614b1d55b3da6f3ee22f5 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 7a6c86d8..ed2b1517 100755 --- a/apps/system/views.py +++ b/apps/system/views.py @@ -697,7 +697,7 @@ class MyScheduleViewSet(ListModelMixin, CreateModelMixin, DestroyModelMixin, Cus "hours": "小时", "minutes": "分钟", "seconds": "秒", - "microseconds": "毫秒" + "microseconds": "微秒" } def get_chinese_description(self, type: str = 'interval', data: dict = {}):