💄 Optimized UX
This commit is contained in:
parent
8a1659aae3
commit
df8c14c98e
@ -6,4 +6,12 @@ thumbnail: "https://files.solsynth.dev/d/media01/image/202403170109556.jpg"
|
|||||||
date: "2024-03-16T15:50:16.202Z"
|
date: "2024-03-16T15:50:16.202Z"
|
||||||
---
|
---
|
||||||
|
|
||||||
<video src="https://files.solsynth.dev/d/media01/video/devlogs/hy-intro.webm" autoplay controls style="width: 100%; height: 360px" />
|
<video
|
||||||
|
src="https://files.solsynth.dev/d/media01/video/devlogs/hy-intro.webm"
|
||||||
|
autoplay
|
||||||
|
controls
|
||||||
|
style="width: 100%; height: 360px; display: block"
|
||||||
|
/>
|
||||||
|
|
||||||
|
目前新版本实例现已上线,我们也相应的下架了旧版本的实例。
|
||||||
|
新版本相对于旧版本的实例有一小部分功能缺失,但是也有一小部分功能扩展。详情还请查看我们的发版日志(没有)。
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text tag="article" class="prose max-w-none">
|
||||||
<content-renderer :value="post">
|
<content-renderer :value="post">
|
||||||
<template #empty>
|
<template #empty>
|
||||||
<p>No content found.</p>
|
<p>No content found.</p>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text tag="article" class="prose max-w-none">
|
||||||
<content-renderer :value="product">
|
<content-renderer :value="product">
|
||||||
<template #empty>
|
<template #empty>
|
||||||
<p>No content found.</p>
|
<p>No content found.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user