Spaces:
Running
Running
Commit ·
a123f78
1
Parent(s): be47895
更新分享弹框:添加备用地址和二维码
Browse files
frontend/src/components/TradePanel.tsx
CHANGED
|
@@ -751,10 +751,11 @@ function ReturnChartModal({ onClose, allKlines, history, initialIndex, currentIn
|
|
| 751 |
<div className="flex flex-col gap-1">
|
| 752 |
<div className="text-white font-bold text-sm">StockReplay 复盘挑战</div>
|
| 753 |
<div className="text-blue-400 text-xs font-mono">https://jiaoyi.netlify.app</div>
|
|
|
|
| 754 |
<div className="text-gray-500 text-[10px] mt-1">扫描二维码,开启你的复盘之旅</div>
|
| 755 |
</div>
|
| 756 |
<div className="bg-white p-1.5 rounded-lg">
|
| 757 |
-
<QRCodeSVG value="https://jiaoyi.
|
| 758 |
</div>
|
| 759 |
</div>
|
| 760 |
</div>
|
|
|
|
| 751 |
<div className="flex flex-col gap-1">
|
| 752 |
<div className="text-white font-bold text-sm">StockReplay 复盘挑战</div>
|
| 753 |
<div className="text-blue-400 text-xs font-mono">https://jiaoyi.netlify.app</div>
|
| 754 |
+
<div className="text-blue-400 text-xs font-mono">https://jiaoyi.s-ai.sbs</div>
|
| 755 |
<div className="text-gray-500 text-[10px] mt-1">扫描二维码,开启你的复盘之旅</div>
|
| 756 |
</div>
|
| 757 |
<div className="bg-white p-1.5 rounded-lg">
|
| 758 |
+
<QRCodeSVG value="https://jiaoyi.s-ai.sbs" size={60} level="H" />
|
| 759 |
</div>
|
| 760 |
</div>
|
| 761 |
</div>
|