Files
SubMiner/vendor/hachidori/extension/design-preview.html
T
sudacode d9fdc7ef6d feat(dictionary): add Hachidori backend support
- Add backend selection, setup gating, Anki integration, and external host support
- Add launcher flags, documentation, packaging, and focused tests
- Open on-demand overlay modals on the first attempt
2026-09-22 00:21:19 -07:00

26 lines
987 B
HTML

<!doctype html>
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Dictionary popup preview</title>
<link rel="stylesheet" href="visual-novel.css" />
<link rel="stylesheet" href="design-preview.css" />
<link rel="stylesheet" href="content.css" />
<link rel="stylesheet" href="icons.css" />
<script src="reader-options.js" defer></script>
<script src="visual-novel.js" defer></script>
<script src="external-links.js" defer></script>
<script src="render/glossary.js" defer></script>
<script src="render/popup.js" defer></script>
<script src="design-preview.js" defer></script>
</head>
<body class="vn-scene">
<article class="vn-dialogue" lang="ja" aria-label="Game dialogue">
<p class="vn-speaker">ひなた</p>
<p class="vn-line"><span id="preview-source">朝ごはんを食べる。</span></p>
</article>
<div id="preview-host"></div>
</body>
</html>