v1.0.5-lit
Description / 说明:
- Rewritten base logic with Lit: synchronously create child cards and render using repeat, ensuring smooth rendering with multiple cards.
- 使用 Lit 重构底层逻辑:同步创建子卡,使用 repeat 渲染,确保多子卡渲染平滑不卡顿。
- Unified baseline style for child cards: removes shadow, border, border-radius, and background. Child cards are simpler in the stack, and styles only apply to the root card.
- 子卡统一 baseline 样式:去除阴影、边框、圆角和背景,子卡在堆叠中更简洁,样式仅作用于根卡。
- Performance optimized: smoother rendering for multiple child cards, consistent experience in editor and preview.
- 性能优化:多子卡场景渲染更流畅,编辑器和预览体验一致。