docs: align GPC local helper OTP wording

This commit is contained in:
QLHazyCoder
2026-05-06 17:52:51 +08:00
parent 612fccd4c6
commit 4f8a149a59
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -323,17 +323,17 @@
</select>
</div>
<div class="data-row" id="row-gpc-helper-local-sms-enabled" style="display:none;">
<span class="data-label">本地短信</span>
<span class="data-label">本地 OTP</span>
<label class="toggle-switch">
<input type="checkbox" id="input-gpc-helper-local-sms-enabled" />
<span class="toggle-switch-track" aria-hidden="true">
<span class="toggle-switch-thumb"></span>
</span>
</label>
<span class="setting-caption">从本机 macOS Messages helper 读取 SMS OTP</span>
<span class="setting-caption">从本机 helper 读取当前通道 OTP,失败后回退手动输入</span>
</div>
<div class="data-row" id="row-gpc-helper-local-sms-url" style="display:none;">
<span class="data-label">短信接口</span>
<span class="data-label">OTP 接口</span>
<input type="text" id="input-gpc-helper-local-sms-url" class="data-input"
placeholder="http://127.0.0.1:18767" autocomplete="off" />
</div>