fix
This commit is contained in:
parent
d8d6635f6f
commit
8b04ec2507
@ -7,15 +7,11 @@ resources:
|
|||||||
date: "2024-01-03"
|
date: "2024-01-03"
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="story">
|
|
||||||
|
|
||||||
<code>[ai/bot](https://git.syui.ai/ai/bot/wiki/help)</code> からカードを引くことができます。
|
<code>[ai/bot](https://git.syui.ai/ai/bot/wiki/help)</code> からカードを引くことができます。
|
||||||
|
|
||||||
<blockquote class="bluesky-embed" data-bluesky-uri="at://did:plc:4hqjfn7m6n5hno3doamuhgef/app.bsky.feed.post/3kq4jz4wxdb2c" data-bluesky-cid="bafyreiesdjxxblnblyfiew7smtbrsbd363ksfylsyrrtjour6me3dinbye"></blockquote>
|
<blockquote class="bluesky-embed" data-bluesky-uri="at://did:plc:4hqjfn7m6n5hno3doamuhgef/app.bsky.feed.post/3kq4jz4wxdb2c" data-bluesky-cid="bafyreiesdjxxblnblyfiew7smtbrsbd363ksfylsyrrtjour6me3dinbye"></blockquote>
|
||||||
<script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
<script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js"></script>
|
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js"></script>
|
||||||
<model-viewer v-if="glb_next !== 0" class="ar" src="https://card.syui.ai/obj/card_2.glb" ar-modes="scene-viewer webxr quick-look" auto-rotate autoplay ar camera-controls></model-viewer>
|
<model-viewer v-if="glb_next !== 0" class="ar" src="https://card.syui.ai/obj/card_2.glb" ar-modes="scene-viewer webxr quick-look" auto-rotate autoplay ar camera-controls></model-viewer>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{{ partial "head.html" . }}
|
{{ partial "head-blog.html" . }}
|
||||||
<link rel="stylesheet" href="/css/img.css" />
|
|
||||||
{{ partial "navbar.html" . }}
|
{{ partial "navbar.html" . }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
{{ with .Resources.Match "book_*.png" }}
|
{{ with .Resources.Match "book_*.png" }}
|
||||||
{{ range $index, $val := . }}
|
{{ range $index, $val := . }}
|
||||||
<p><a href="https://syui.booth.pm/items/4938622"><img src="{{ .RelPermalink }}"></a></p>
|
<p><a href="https://syui.booth.pm/items/4938622"><img src="{{ .RelPermalink }}"></a></p>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{{ partial "head.html" . }}
|
{{ partial "head-blog.html" . }}
|
||||||
{{ partial "navbar.html" . }}
|
{{ partial "navbar.html" . }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
{{ .Content }}
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
<article>
|
<article>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
|
{{ .Content }}
|
||||||
{{ with .Resources.Match "*.webp" }}
|
{{ with .Resources.Match "*.webp" }}
|
||||||
<div class="top-card">
|
<div class="top-card">
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
{{ partial "head.html" . }}
|
{{ partial "head-blog.html" . }}
|
||||||
{{ partial "navbar.html" . }}
|
{{ partial "navbar.html" . }}
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
{{ .Content }}
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
|
{{ .Content }}
|
||||||
{{ with .Resources.Match "*.jpg" }}
|
{{ with .Resources.Match "*.jpg" }}
|
||||||
<div class="top-item">
|
<div class="top-item">
|
||||||
<p>
|
<p>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>ctrl</code> + <code>enter</code></td>
|
<td class="bg"><code>ctrl</code> + <code>enter</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -356,7 +356,6 @@ iframe.manga {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header#header {
|
header#header {
|
||||||
background-color: #313131;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user