Loosen source queries and replace Google embed
build-push / docker (push) Successful in 4m14s

This commit is contained in:
AI Assistant
2026-03-16 15:27:57 +09:00
parent 4133b9cd4d
commit b3db1c89e5
4 changed files with 55 additions and 12 deletions
+12 -1
View File
@@ -166,6 +166,17 @@
<iframe id="resultModalFrame" class="hidden h-full w-full bg-white" referrerpolicy="no-referrer" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen></iframe>
<video id="resultModalVideo" class="hidden h-full w-full bg-black object-contain" controls playsinline></video>
<img id="resultModalThumbnail" class="hidden h-full w-full object-contain" alt="" />
<div id="resultModalGooglePanel" class="hidden h-full w-full items-center justify-center bg-[radial-gradient(circle_at_top,#24344a,transparent_55%),linear-gradient(180deg,#0f1724,#05070b)] p-6">
<div class="flex w-full max-w-3xl flex-col gap-5">
<div class="overflow-hidden rounded-2xl border border-white/10 bg-black/40">
<img id="resultModalGoogleImage" class="aspect-video w-full object-cover" alt="" />
</div>
<div class="flex flex-col gap-3 rounded-2xl border border-white/10 bg-white/[0.04] p-5 text-left">
<p class="text-xs uppercase tracking-[0.25em] text-zinc-500">Google Video</p>
<p id="resultModalGoogleText" class="text-sm leading-7 text-zinc-200"></p>
</div>
</div>
</div>
</div>
</div>
<div class="grid gap-5 px-5 py-5 lg:grid-cols-[1.6fr_0.8fr]">
@@ -202,6 +213,6 @@
</button>
</template>
<script src="/app.js?v=20260316f" defer></script>
<script src="/app.js?v=20260316g" defer></script>
</body>
</html>