Compare commits
No commits in common. "97995004f109e16b03650d4ddfea156b0d2777d0" and "8a1659aae3fda62807def81adaf79a22734c5760" have entirely different histories.
97995004f1
...
8a1659aae3
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,5 +22,3 @@ logs
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
*.lockb
|
@ -6,12 +6,4 @@ 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; display: block"
|
||||
/>
|
||||
|
||||
目前新版本实例现已上线,我们也相应的下架了旧版本的实例。
|
||||
新版本相对于旧版本的实例有一小部分功能缺失,但是也有一小部分功能扩展。详情还请查看我们的发版日志(没有)。
|
||||
<video src="https://files.solsynth.dev/d/media01/video/devlogs/hy-intro.webm" autoplay controls style="width: 100%; height: 360px" />
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
||||
|
||||
<v-card-text tag="article" class="prose max-w-none">
|
||||
<v-card-text>
|
||||
<content-renderer :value="post">
|
||||
<template #empty>
|
||||
<p>No content found.</p>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
||||
|
||||
<v-card-text tag="article" class="prose max-w-none">
|
||||
<v-card-text>
|
||||
<content-renderer :value="product">
|
||||
<template #empty>
|
||||
<p>No content found.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user