<fix>default url bugs.

This commit is contained in:
zaemon.li
2025-08-23 09:52:49 +08:00
parent 21a0f881fb
commit ec2e0cd99e

View File

@@ -115,19 +115,6 @@
<li>全部添加完毕后,点击主设置窗口的 <code>确定</code> 使设置生效。</li>
</ol>
</div>
<div class="step">
<div class="step-title">常用语言对示例</div>
<p>为方便起见这里提供一些常用组合的URL。请根据您的服务器地址本地或远程进行修改。</p>
<ul class="examples-list">
<li><strong>英 → 汉:</strong> <code>http://localhost:8080/golden-dict?source=en&target=zh&word=%GDWORD%</code></li>
<li><strong>德 → 汉:</strong> <code>http://localhost:8080/golden-dict?source=de&target=zh&word=%GDWORD%</code></li>
<li><strong>日 → 汉:</strong> <code>http://localhost:8080/golden-dict?source=ja&target=zh&word=%GDWORD%</code></li>
<li><strong>汉 → 英:</strong> <code>http://localhost:8080/golden-dict?source=zh&target=en&word=%GDWORD%</code></li>
<li><strong>英 → 英 (单语):</strong> <code>http://localhost:8080/golden-dict?source=en&target=en&word=%GDWORD%</code></li>
</ul>
</div>
<h2>完成!</h2>
<p>现在,您可以在 GoldenDict 中查词了。您添加的每一个语言对都会作为一个独立的标签页显示结果。</p>
</div>