Skip to content

希望 FlipClock 组件增加自定义分隔符功能 #7624

@kx500

Description

@kx500

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions