skyffire 6 mesiacov pred
rodič
commit
1e7691a559
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      templates/index.html

+ 4 - 4
templates/index.html

@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>价格与价差监控 MUBARAK/USDT</title>
+    <title>价格与价差监控 Binance-OpenOcean</title>
     <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
     <script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-zoom@2.0.1/dist/chartjs-plugin-zoom.min.js"></script>
     <style>
@@ -58,7 +58,7 @@
 <body>
     <!-- HTML 结构与之前相同,此处省略 -->
     <div class="container">
-        <h1>MUBARAK/USDT 价格监控</h1>
+        <h1>USDT 价格监控</h1>
         <div class="controls-container">
             <button id="pause-resume-button" class="control-button">暂停刷新</button>
         </div>
@@ -66,7 +66,7 @@
             <thead>
                 <tr>
                     <th>平台</th>
-                    <th>价格 (USDT/MUBARAK)</th>
+                    <th>价格</th>
                     <th>状态/错误</th>
                 </tr>
             </thead>
@@ -293,7 +293,7 @@
                         { label: 'Gate.io', data: history.prices.gate, borderColor: 'rgb(255, 99, 132)', tension: 0.1, fill: false }
                     ];
                     if (!priceChartInstance) {
-                        priceChartInstance = initializeChart(priceCtx, 'price', 'price', priceDatasets, history.prices.labels, '价格历史 (MUBARAK/USDT)');
+                        priceChartInstance = initializeChart(priceCtx, 'price', 'price', priceDatasets, history.prices.labels, '价格历史');
                     } else {
                         updateChartData(priceChartInstance, history.prices.labels, [history.prices.oo, history.prices.gate]);
                     }