Skip to content

Commit

Permalink
fix: 持有3月盈利概率数据显示错误
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer committed Feb 26, 2021
1 parent 31717dd commit a10153c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## [1.9.6]

- fix: 韭菜中心>基金详情,持有 3 月盈利概率数据显示错误
- fix: Promise.allSettled is not a function hack

## [1.9.5]

- chore: 更新基金数据
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "leek-fund",
"displayName": "韭菜盒子",
"description": "韭菜盒子,VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件",
"version": "1.9.5",
"version": "1.9.6",
"author": "giscafer <giscafer@outlook.com>",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const renderMNCSDiagData = (fundMoreData: FundData) => {
color: calcRGColorStyleValue(mncsdiag.PROFIT_3Y, 50),
}}
>
{mncsdiag.PROFIT_Z}%
{mncsdiag.PROFIT_3Y}%
</DItem>
<DItem
label="持有6月盈利概率"
Expand Down

0 comments on commit a10153c

Please sign in to comment.