Browse Source

更新 'templates/optim.html'

nemo0526 3 years ago
parent
commit
b70f83e481
1 changed files with 3 additions and 3 deletions
  1. 3 3
      templates/optim.html

+ 3 - 3
templates/optim.html

@@ -19,11 +19,11 @@
      <div id="tower_temperature">
         <div id="tower_temperature">
         <div scr="hot_water" style="width: 300px;height:300px;color: #26b72b;float:left">熱水溫度</div>
-          <font size="1">Hot temp: {{ x }}</font><br>
+          <font size="1">{{ x }}</font><br>
         <div id="cold_water" style="width: 300px;height:300px;color: #8600FF;float:left">冷水溫度</div>
-          <font size="1">Cold temp: {{ y }}</font><br>
+          <font size="1">{{ y }}</font><br>
         <div id="wet_water" style="width: 300px;height:300px;color: #737300;float:left">濕球溫度</div>
-          <font size="1">Wet temp: {{ z }}</font><br>
+          <font size="1">{{ z }}</font><br>
     </div>
     <style>
 table {