-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
509 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# ChangeLog | ||
|
||
## [1.5.4] | ||
|
||
- feat: 基金持仓明细和持仓股票涨跌情况 | ||
|
||
## [1.5.3] | ||
|
||
- chore: 停牌股票标记误判取消了 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "leek-fund", | ||
"displayName": "韭菜盒子", | ||
"description": "韭菜盒子,VSCode 里也可以看股票 & 基金实时数据,做最好用的养基插件", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"author": "giscafer <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -119,7 +119,11 @@ | |
}, | ||
{ | ||
"command": "leek-fund.viewFundHistory", | ||
"title": "持仓信息&历史净值" | ||
"title": "历史净值" | ||
}, | ||
{ | ||
"command": "leek-fund.viewFundPosition", | ||
"title": "持仓信息" | ||
}, | ||
{ | ||
"command": "leek-fund.refreshFund", | ||
|
@@ -249,13 +253,18 @@ | |
{ | ||
"command": "leek-fund.viewFundHistory", | ||
"when": "view == leekFundView.fund", | ||
"group": "group1" | ||
"group": "group2" | ||
}, | ||
{ | ||
"command": "leek-fund.setFundTop", | ||
"command": "leek-fund.viewFundPosition", | ||
"when": "view == leekFundView.fund", | ||
"group": "group2" | ||
}, | ||
{ | ||
"command": "leek-fund.setFundTop", | ||
"when": "view == leekFundView.fund", | ||
"group": "group1" | ||
}, | ||
{ | ||
"command": "leek-fund.setFundTop", | ||
"when": "view == leekFundView.fund", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.