tudou-waterfall 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # tudou-waterfall
2
2
 
3
+ [![GitHub](https://img.shields.io/badge/GitHub-Panyoujies%2Ftudou--waterfall-blue?logo=github)](https://github.com/Panyoujies/tudou-waterfall)
4
+
3
5
  一个高性能的 Vue 3 瀑布流组件,支持虚拟滚动、响应式布局和动态高度。
4
6
 
5
7
  ## 特性
@@ -191,6 +193,11 @@ const images = [
191
193
  2. **item 高度**:组件会自动监听 item 元素的高度变化,但建议设置合理的 `estimatedHeight` 以优化初始渲染
192
194
  3. **唯一 key**:`items` 数组中的每个 item 应该有一个唯一的标识字段(如 `id`),用于 Vue 的 key 绑定
193
195
 
196
+ ## 相关链接
197
+
198
+ - [GitHub 仓库](https://github.com/Panyoujies/tudou-waterfall)
199
+ - [问题反馈](https://github.com/Panyoujies/tudou-waterfall/issues)
200
+
194
201
  ## License
195
202
 
196
203
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tudou-waterfall",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "A Vue 3 plugin with UI components, directives, and global methods",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",