fix: token 改为配置文件读取,不再自动生成;UI 全部汉化
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
<h1>VoicePaste</h1>
|
||||
<div id="status" class="status disconnected">
|
||||
<span class="dot"></span>
|
||||
<span id="status-text">Connecting...</span>
|
||||
<span id="status-text">连接中…</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section id="preview-section">
|
||||
<div id="preview" class="preview-box">
|
||||
<p id="preview-text" class="placeholder">Press and hold to speak</p>
|
||||
<p id="preview-text" class="placeholder">按住说话…</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
|
||||
<section id="history-section">
|
||||
<div class="history-header">
|
||||
<h2>History</h2>
|
||||
<button id="clear-history" class="text-btn">Clear</button>
|
||||
<h2>历史记录</h2>
|
||||
<button id="clear-history" class="text-btn">清空</button>
|
||||
</div>
|
||||
<ul id="history-list"></ul>
|
||||
<p id="history-empty" class="placeholder">No history yet</p>
|
||||
<p id="history-empty" class="placeholder">暂无记录</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user