docs: updated EN example images

[skip changelog]
This commit is contained in:
Constrat
2024-07-13 14:46:33 +02:00
parent aa77805463
commit baa4fb9520
11 changed files with 29 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

@@ -45,10 +45,35 @@ Talk is cheap. Show me the pictures!
<!-- markdownlint-disable -->
<div class="image-en-us">
<img src="/image/en-us/readme/1-light.png" />
<img src="/image/en-us/readme/2-light.png" />
</div>
```component ImageGrid
{
"imageList": [
{
"light": "image/en-us/readme/1-light.png",
"dark": "image/en-us/readme/1-dark.png"
},
{
"light": "image/en-us/readme/2-light.png",
"dark": "image/en-us/readme/2-dark.png"
},
{
"light": "image/en-us/readme/3-light.png",
"dark": "image/en-us/readme/3-dark.png"
},
{
"light": "image/en-us/readme/4-light.png",
"dark": "image/en-us/readme/4-dark.png"
}
]
}
```
<!-- <div class="image-en-us">
<img src="/image/en-us/readme/1-dark.png" />
<img src="/image/en-us/readme/2-dark.png" />
<img src="/image/en-us/readme/3-dark.png" />
<img src="/image/en-us/readme/4-dark.png" />
</div> -->
<style>
.image-en-us {