2025-07-07 13:42:11 +08:00

6 lines
215 B
TypeScript

// welcome.tsx (Web 版本)
// 在 Web 端不显示任何内容
// 占位符 移动端实际引入文件是 welcome.native.tsx 文件
export default function WebLottie(props: { source: string }) {
return null;
}