Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef5 committed Oct 15, 2024
1 parent 34873ad commit a659139
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

VScode 插件 | A 股 | 港股 | 期货 | 实时股票数据 | 状态栏实时更新

`Stock Bar`会在开盘期间自动刷新股票数据,并在 VScode 底部状态栏显示股票基本数据,让你在使用 VScode 期间能随时关注到你的股票。
`Stock Bar` 会在开盘期间自动刷新股票数据,并在 VScode 底部状态栏显示股票基本数据,让你在使用 VScode 期间能随时关注到你的股票。

为了隐秘性,`Stock Bar`默认只会显示股价、百分点这样的纯数字,当你将鼠标移上去就可以查看详情。当然为了区分,也可以自定义显示股票的名称
为了隐秘性,`Stock Bar` 默认只会显示股价、百分点这样的纯数字,当你将鼠标移上去就可以查看详情。当然为了区分,也可以自定义显示股票的名称

![image](https://raw.githubusercontent.com/Chef5/stock-bar/main/stock-bar-plugin.png)

Expand All @@ -28,8 +28,8 @@ VScode 插件 | A 股 | 港股 | 期货 | 实时股票数据 | 状态栏实时
{
"code": "sz000001", // 也可以添加详细配置
"alias": "平安",
"hold_price": 0,
"hold_number": 0
"hold_price": 0,
"hold_number": 0
}
],

Expand Down Expand Up @@ -96,18 +96,21 @@ VScode 插件 | A 股 | 港股 | 期货 | 实时股票数据 | 状态栏实时

## 贡献者

感谢这些可爱的贡献者参与开发和维护 Stock Bar,让`Stock Bar`更加完美!
感谢这些可爱的贡献者参与开发和维护 Stock Bar,让 `Stock Bar` 更加完美!

<p>
<a href="https://github.com/arrebole">
<img src="https://github.com/arrebole.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
<img src="https://github.com/arrebole.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
<a href="https://github.com/Liudon">
<img src="https://github.com/Liudon.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
<img src="https://github.com/Liudon.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
<a href="https://github.com/weibobo">
<img src="https://github.com/weibobo.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
<img src="https://github.com/weibobo.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
<a href="https://github.com/Chef5">
<img src="https://github.com/Chef5.png?size=100" width="100" height="100" style="border-radius: 50%;" />
</a>
</p>

## 版本许可
Expand Down

0 comments on commit a659139

Please sign in to comment.