XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Improve qrcode status link

22de5fd7
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/gui/client/qrcode.html +1 -1
@@ -27,7 +27,7 @@
27 27
28 28 <h2>QR Code</h2>
29 29 <div id="qrcode"></div>
30 <p><a id="qrcode-status"></a></p>
30 <p><a id="qrcode-status" target="_parent"></a></p>
31 31 <button id="generateQRCode">Generate QR Code</button>
32 32
33 33 <script type="module">