1
0
This commit is contained in:
syui 2024-04-26 21:38:10 +09:00
parent d8d6635f6f
commit 8b04ec2507
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
6 changed files with 9 additions and 13 deletions

View File

@ -7,15 +7,11 @@ resources:
date: "2024-01-03"
---
<div class="story">
<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>
<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>
<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>

View File

@ -1,8 +1,8 @@
{{ partial "head.html" . }}
<link rel="stylesheet" href="/css/img.css" />
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
<div class="content">
<h1>{{ .Title }}</h1>
{{ with .Resources.Match "book_*.png" }}
{{ range $index, $val := . }}
<p><a href="https://syui.booth.pm/items/4938622"><img src="{{ .RelPermalink }}"></a></p>

View File

@ -1,11 +1,11 @@
{{ partial "head.html" . }}
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ .Content }}
<hr />
<article>
<div class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ with .Resources.Match "*.webp" }}
<div class="top-card">
<p>

View File

@ -1,10 +1,11 @@
{{ partial "head.html" . }}
{{ partial "head-blog.html" . }}
{{ partial "navbar.html" . }}
{{ partial "header.html" . }}
{{ .Content }}
<article>
<div class="content">
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ with .Resources.Match "*.jpg" }}
<div class="top-item">
<p>

View File

@ -26,7 +26,7 @@
<table>
<tbody>
<tr>
<td><code>ctrl</code> + <code>enter</code></td>
<td class="bg"><code>ctrl</code> + <code>enter</code></td>
</tr>
</tbody>
</table>

View File

@ -356,7 +356,6 @@ iframe.manga {
}
header#header {
background-color: #313131;
position: relative;
}