|
|
@ -26,7 +26,7 @@ exports[`renders ./components/list/demo/basic.tsx extend context correctly 1`] = |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=0" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -63,7 +63,7 @@ exports[`renders ./components/list/demo/basic.tsx extend context correctly 1`] = |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=1" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -100,7 +100,7 @@ exports[`renders ./components/list/demo/basic.tsx extend context correctly 1`] = |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=2" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -137,7 +137,7 @@ exports[`renders ./components/list/demo/basic.tsx extend context correctly 1`] = |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=3" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -1360,7 +1360,7 @@ Array [ |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=0" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -1397,7 +1397,7 @@ Array [ |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=1" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -1434,7 +1434,7 @@ Array [ |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=2" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -1471,7 +1471,7 @@ Array [ |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=3" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -2072,7 +2072,7 @@ exports[`renders ./components/list/demo/vertical.tsx extend context correctly 1` |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=0" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -2238,7 +2238,7 @@ exports[`renders ./components/list/demo/vertical.tsx extend context correctly 1` |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=1" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
@ -2404,7 +2404,7 @@ exports[`renders ./components/list/demo/vertical.tsx extend context correctly 1` |
|
|
|
class="ant-avatar ant-avatar-circle ant-avatar-image" |
|
|
|
> |
|
|
|
<img |
|
|
|
src="https://joesch.moe/api/v1/random" |
|
|
|
src="https://joesch.moe/api/v1/random?key=2" |
|
|
|
/> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|