fix https error
This commit is contained in:
parent
039a38f78c
commit
e69beff312
2 changed files with 17 additions and 2 deletions
15
README.md
15
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
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue