# fishing-funds
**Repository Path**: Aliom/fishing-funds
## Basic Information
- **Project Name**: fishing-funds
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-24
- **Last Updated**: 2022-07-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Fishing Funds

[](https://snapcraft.io/fishing-funds)


[](https://app.codacy.com/gh/1zilc/fishing-funds?utm_source=github.com&utm_medium=referral&utm_content=1zilc/fishing-funds&utm_campaign=Badge_Grade_Settings)
[](https://github.com/1zilc/fishing-funds/actions/workflows/publish.yml)




> 基金,大盘,股票,虚拟货币状态栏显示小应用,基于 Electron 开发,支持 MacOS,Windows,Linux 客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等
## 软件截图






## 项目介绍
- 本项目参考[electron-react-boilerplate-menubar](https://github.com/3on/electron-react-boilerplate-menubar),基于[Electron React Boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate)
和[menubar](https://github.com/maxogden/menubar)开发
- 采用天天基金等数据源接口,实时显示当前基金涨跌情况,计算显示收益,大盘实时数据,板块行情,股票走势,加密虚拟货币等
- 软件中所有的数据仅供参考,一切收益或是亏损按当天实际为准,任何走势,排行数据均来自于第三方网站不代表作者观点
- 本项目是个人自用状态栏小插件,完全开源免费,仅供学习交流
## 数据源
> 注意 ⚠️:不同的数据源可能会有反爬机制,刷新时的请求速度会有所差异
> 强烈建议使用天天基金的数据源,最快同时估值也最准确
- [东方财富-天天基金](https://fund.eastmoney.com/) ★★★★★ (推荐)
- [支付宝-蚂蚁基金](https://www.fund123.cn/) ★★★★☆
- [同花顺-爱基金](http://fund.10jqka.com.cn/) ★★★★☆
- [腾讯证券](https://stockapp.finance.qq.com/mstats/) ★★★★☆
- [新浪基金](https://finance.sina.com.cn/fund/) ★★★★☆
- [基金速查网](https://www.dayfund.cn/) ★★★☆☆
- [好买基金](https://www.howbuy.com/fund/) ★★★☆☆
- [易天富](http://www.etf88.com/) ★★★☆☆
## 下载使用
> 注意 ⚠️:由于 MacOS 不允许打开未经 Apple 公证的程序,如果出现软件无法打开请进行以下操作 或[参考这里](https://github.com/1zilc/fishing-funds/issues/149)
```bash
进入 「设置」- 「安全性与隐私」- 「通用」- 「允许从以下位置下载的App」-「仍然打开」
```
- [官网下载](https://ff.1zilc.top)
- [阿里云网盘下载](https://alist.1zilc.top/Fishing%20Funds)
- [Homebrew 安装](https://formulae.brew.sh/cask/fishing-funds#default) `brew install --cask fishing-funds`
- WinGet 安装 `winget install Fishing Funds`
## 讨论交流
- QQ 群: [732268738](https://download.1zilc.top/ff/screenshots/group1.jpg)
- issues: [#106](https://github.com/1zilc/fishing-funds/issues/106)
- Telegram: [https://t.me/fishing_funds](https://t.me/fishing_funds)
## 系统代理
- 由于众所周知的原因,部分货币接口无法访问,Fishing Funds 已适配系统代理访问
- 支持 http 代理、https 代理、socks 代理
- 自行将以下货币接口加入自己的代理软件规则中,并重启 Fishing Funds
```
api.coingecko.com
api.coincap.io
```
## 导入导出
Fishing Funds 右键菜单支持导入导出基金 JSON 配置方便备份
```typescript
// 字段说明
interface FundSetting {
code: string; // 基金代码(必填)
name?: string; // 基金名称
cyfe?: number; // 持有份额
cbj?: number; // 持仓成本价
}
```
例子:
```json
[
{
"code": "320007",
"name": "诺按成长混合",
"cyfe": 1000.0,
"cbj": 1.6988
},
{
"code": "161725",
"name": "招商中证白酒指数(LOF)",
"cyfe": 1000.0,
"cbj": 1.4896
}
]
```
## 支持作者
作者利用空闲时间开发不易,您的支持可以给本项目的开发和完善提供巨大的动力,感谢对本软件的喜爱和认可:)
| 微信 | 支付宝 |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
|
|
## 收录网站
- [柠檬精选](https://lemon.qq.com/lab/app/FishingFunds.html)
- [Electron Apps](https://www.electronjs.org/apps/fishing-funds)
- [MacWk](https://www.macwk.com/soft/fishing-funds)
- [Snap Store](https://snapcraft.io/fishing-funds)
- [Homebrew](https://formulae.brew.sh/cask/fishing-funds#default)
- [Awesome Mac](https://github.com/jaywcjlove/awesome-mac)
- [WinGet](https://github.com/microsoft/winget-pkgs)
## 感谢
- [Jr Prévost](https://github.com/3on)
- [Electron React Boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate)
- [menubar](https://github.com/maxogden/menubar)
- [Ant Design](https://github.com/ant-design/ant-design/)
- [ahooks](https://github.com/alibaba/hooks)
- [echarts](https://github.com/apache/echarts)
- [Remix Icon](https://github.com/Remix-Design/RemixIcon)
## 许可证
- [GPLv3](https://github.com/1zilc/fishing-funds/blob/main/LICENSE)
## Star Charts
[](https://starchart.cc/1zilc/fishing-funds)