]> git.kianting.info Git - taikoothong/commitdiff
fix https error
authorTan Kian-ting <chenjt30@gmail.com>
Sun, 6 Aug 2023 14:38:08 +0000 (22:38 +0800)
committerTan Kian-ting <chenjt30@gmail.com>
Sun, 6 Aug 2023 14:38:08 +0000 (22:38 +0800)
README.md
templates/tw_stock.html.hbs

index c9b6553360df54555cf7a697aaf46090c5f897b4..570aa71faeb40bc46689434dbded5298963a4e0e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
 # taikoothong
 personal stock viewing webpage
+
+## 部署kàu webhosting
+[參考記錄](http://yoxem.github.io/2023/07/27/ti-a2hosting-deploy-rust-rocket-app-ing-imageapp/)
+
+## TODO
+
+- [ ] RSS、XML 異常應對措施
+- [  ] MACD 等等ê圖片
+- [ ] 滑鼠指標suá kàu K線頂懸,顯示
+  - [ ] 水平線
+  - [ ] 垂直線
+  - [ ] 數值
+  - [ ] 其他ê圖mā建議ài
+
+
index 747796fddf327386705e3277282aa5e7b9a35754..67016d5cb5b9a341559f029f29bb6e50789162f5 100644 (file)
@@ -162,7 +162,7 @@ Free Hong Kong→天安门屠杀→中国言论钳制→中共文字狱→
 
         <div class="css-td"><h3 id="chart-title">Yahoo 股市新聞</h3>
         <div id="news_content">{{#each news}}
-            <div><div class="news-title"><a href="link">{{this.title}}</a></div>
+            <div><div class="news-title"><a href="{{this.link}}">{{this.title}}</a></div>
         <div class="news-date">{{this.date}}</div>
                 <div class="news-summary">{{this.summary}}……</div>
 
@@ -415,4 +415,4 @@ d3.selectAll('input[name="range"]').on("change", function(){
     }
 
 </script>
-</html>
\ No newline at end of file
+</html>