fix https error

This commit is contained in:
Tan, Kian-ting 2023-08-06 22:38:08 +08:00
parent 039a38f78c
commit e69beff312
2 changed files with 17 additions and 2 deletions

View file

@ -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

View 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>
</html>