feat: before update animate

This commit is contained in:
hufeixiong
2022-01-27 16:34:07 +08:00
parent 5629f2755d
commit 8c079e20ba
14 changed files with 183 additions and 86 deletions

View File

@@ -49,4 +49,5 @@ export const en: typeof zhCN = {
'error.minmax': 'The maximum value should be greater than or equal to the minimum value',
'settings.marklineColor': 'Markline color',
'settings.marklineStyle': 'Markline style',
'settings.containerOverflow': 'Container Overflow',
};

View File

@@ -46,4 +46,5 @@ export const zhCN = {
'error.minmax': '最大值应大于等于最小值',
'settings.marklineColor': '辅助线颜色',
'settings.marklineStyle': '辅助线样式',
'settings.containerOverflow': '容器边界外不显示元素',
};