68 lines
2.3 KiB
HTML
68 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="description" content="搜索、预览并下载原文、翻译与音歌词。" />
|
|
<title>LRC Local</title>
|
|
<link rel="stylesheet" href="/styles.css" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>LRC Local</h1>
|
|
<a href="https://git.sighs.cc/Flechazo/lrc-local">源码</a>
|
|
</header>
|
|
|
|
<p>
|
|
搜索、完整预览并下载原文、翻译或“音”歌词。翻译与音歌词只在 QQ
|
|
音乐提供对应内容时出现。
|
|
</p>
|
|
<p id="mode-note" class="note">正在确认运行模式…</p>
|
|
|
|
<form id="search-form">
|
|
<label for="keyword">歌曲、歌手或专辑</label>
|
|
<div class="search-row">
|
|
<input
|
|
id="keyword"
|
|
name="keyword"
|
|
maxlength="100"
|
|
autocomplete="off"
|
|
placeholder="例如:起风了"
|
|
required
|
|
autofocus
|
|
/>
|
|
<button type="submit">搜索</button>
|
|
</div>
|
|
</form>
|
|
<div id="notice" class="notice" role="status" aria-live="polite"></div>
|
|
<section id="results" class="results" aria-label="搜索结果"></section>
|
|
|
|
<section id="local-downloads" class="downloads" hidden>
|
|
<h2>可选:本机版</h2>
|
|
<p>
|
|
如果不希望查询经过本站,可以下载本机版。它只监听
|
|
<code>127.0.0.1</code>,关闭窗口即停止。
|
|
</p>
|
|
<div class="download-links">
|
|
<a
|
|
href="https://git.sighs.cc/Flechazo/lrc-local-win/releases/download/v2026.08.27-r1/lrc-local-win-x64.exe"
|
|
>Windows 64 位</a
|
|
>
|
|
<a
|
|
href="https://git.sighs.cc/Flechazo/lrc-local-win/releases/download/v2026.08.27-r1/SHA256SUMS"
|
|
>SHA-256</a
|
|
>
|
|
<a href="https://git.sighs.cc/Flechazo/lrc-local-win">本机版源码</a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
网页版请求由本站转发到固定的 QQ 音乐接口,不保存搜索词、歌词或历史。非
|
|
QQ 音乐官方工具,请仅使用你有权访问的内容。
|
|
</footer>
|
|
</main>
|
|
<script src="/app.js" defer></script>
|
|
</body>
|
|
</html>
|