-
-
Notifications
You must be signed in to change notification settings - Fork 380
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
希望能够在数字之间增加 年/月/日/小时/分钟 这些,提高倒计时可读性
Describe the solution you'd like
` @if (ShowYear)
{
@RenderItem(10)
@RenderItem(10)
@RenderItem(10)
@RenderItem(10)
年 //也可以是其他字符,能够由用户自己设定
}
@if (ShowMonth)
{
@RenderItem(3)
@RenderItem(10)
月
}
@if (ShowDay)
{
@RenderItem(10)
@RenderItem(10)
日
}`
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request