Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Bot Framework 技术的新手,对日期选择器有疑问,有没有办法在 Microsoft Bot Framework 中显示波斯日历而不是 DateInput 元素?
谢谢
不幸的是,目前这不是 Bot Framework 的功能。但是,应该注意的是,Bot Framework SDK 是开源的,并且有许多可用的库可以集成以满足您的需求。这需要一些工作才能做到正确,但从理论上讲,它应该是可能的。
话虽如此,请注意不同的渠道(即 FaceBook、MS Teams 等)并非都以相同的方式支持功能。因此,您可能会发现波斯日历可以在某些通道中使用,但在其他通道中无法呈现。
祝你好运!