如何让 <input type="file"> 只接受 Lottie 文件?

How to allow <input type="file"> to accept only Lottie files?

我只需要通过 <input type="file"> 标签上传 Lottie 文件。

<input id="File1" type="file"  accept=".lottie"  />