Skip to content

Commit

Permalink
add video in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jan 17, 2025
1 parent 2b6050e commit f3cbc53
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/pages/index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ h1 {
.code_wrapper {
overflow: auto;
}
.biliiframe {
width: 100%;
min-height: 40em;
border-radius: 0.5em;
border: 1em solid white;
}
@media screen and (min-width: 1280px) {
.md_page #page_content > div
{
Expand All @@ -137,6 +143,10 @@ h1 {
.code_wrapper {
font-size: 0.6em;
}
.biliiframe {
width: 100%;
min-height: 20em;
}
}
</style>

Expand Down Expand Up @@ -298,12 +308,14 @@ MaixVision

## 更多特性

<div class="flex flex-col justify-center items-center">
<div class="flex flex-col justify-center items-center w-full">

以下为部分功能简介,更多到[社区](#community)找到更多

基于 MaixPy 提供的丰富 API 可以创造出更多新功能

<iframe src="//player.bilibili.com/player.html?isOutside=true&aid=113485669204279&bvid=BV1ncmRYmEDv&cid=26768769718&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" class="biliiframe"></iframe>

</div>

<div class="flex flex-wrap justify-between">
Expand Down

0 comments on commit f3cbc53

Please sign in to comment.