Skip to content

Commit

Permalink
wip: asset
Browse files Browse the repository at this point in the history
  • Loading branch information
apathiaX committed Oct 10, 2024
1 parent 830a498 commit 27ebf02
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/guide/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
`virtual-list-core` overcomes the maximum DOM height limit of browsers and supports high-performance rendering of data at the scale of millions of entries.

<video controls>
<source src="/live.mp4" type="video/mp4">
<source src="https://apathia-blog.oss-cn-shanghai.aliyuncs.com/live.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ bun add virtual-list-core
`virtual-list-core` uses a virtual scroll mechanism, and when using it, you need to follow a specific layout structure.

::: details Structure Image
<img src="/structure.png"/>
<img src="https://apathia-blog.oss-cn-shanghai.aliyuncs.com/structure.png"/>
:::

``` html
Expand Down
Binary file removed docs/public/live.mp4
Binary file not shown.
Binary file removed docs/public/structure.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/zh/guide/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
`virtual-list-core` 突破浏览器 DOM 的最大高度限制,支持百万级数据的高性能渲染

<video controls>
<source src="/live.mp4" type="video/mp4">
<source src="https://apathia-blog.oss-cn-shanghai.aliyuncs.com/live.mp4" type="video/mp4">
当前浏览器不支持 video 标签
</video>

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ bun add virtual-list-core
`virtual-list-core` 采用虚拟滚动条的方式,在使用的时候需要按照特定的结构进行布局

::: details 结构示意图
<img src="/structure.png"/>
<img src="https://apathia-blog.oss-cn-shanghai.aliyuncs.com/structure.png"/>
:::

``` html
Expand Down

0 comments on commit 27ebf02

Please sign in to comment.