Compare commits

...

2 Commits

Author SHA1 Message Date
97995004f1 🗑️ Remove lockfile 2024-03-17 01:26:22 +08:00
df8c14c98e 💄 Optimized UX 2024-03-17 01:24:12 +08:00
5 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

@ -22,3 +22,5 @@ logs
.env
.env.*
!.env.example
*.lockb

BIN
bun.lockb

Binary file not shown.

View File

@ -6,4 +6,12 @@ thumbnail: "https://files.solsynth.dev/d/media01/image/202403170109556.jpg"
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"
/>
目前新版本实例现已上线,我们也相应的下架了旧版本的实例。
新版本相对于旧版本的实例有一小部分功能缺失,但是也有一小部分功能扩展。详情还请查看我们的发版日志(没有)。

View File

@ -18,7 +18,7 @@
<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">
<template #empty>
<p>No content found.</p>

View File

@ -10,7 +10,7 @@
<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">
<template #empty>
<p>No content found.</p>