Giter VIP home page Giter VIP logo

chenjinbo1991 / fishing-funds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 1zilc/fishing-funds

0.0 0.0 0.0 16.47 MB

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

Home Page: https://ff.1zilc.top

License: GNU General Public License v3.0

JavaScript 2.20% TypeScript 90.87% EJS 0.02% SCSS 6.91%

fishing-funds's Introduction

Fishing Funds

GitHub release (latest by date) fishing-funds GitHub Release Date GitHub all releases Codacy Badge Build GitHub top language GitHub package.json dependency version (dev dep on branch) Sandbox QQ群 GitHub

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

软件截图

项目介绍

  • 本项目参考electron-react-boilerplate-menubar,基于Electron React Boilerplatemenubar开发
  • 采用天天基金等数据源接口,实时显示当前基金涨跌情况,计算显示收益,大盘实时数据,板块行情,股票走势,加密虚拟货币等
  • 软件中所有的数据仅供参考,一切收益或是亏损按当天实际为准,任何走势,排行数据均来自于第三方网站不代表作者观点
  • 本项目是个人自用状态栏小插件,完全开源免费,仅供学习交流

数据源

注意 ⚠️:不同的数据源可能会有反爬机制,刷新时的请求速度会有所差异 强烈建议使用天天基金的数据源,最快同时估值也最准确

下载使用

注意 ⚠️:由于 MacOS 不允许打开未签名的程序,如果出现软件无法打开请进行以下操作 或参考这里

# 终端执行
sudo xattr -d com.apple.quarantine "/Applications/Fishing Funds.app"
# 安全设置
进入 「设置」- 「安全性与隐私」- 「通用」- 「允许从以下位置下载的App」-「仍然打开」

讨论交流

系统代理

  • 由于众所周知的原因,部分货币接口无法访问,Fishing Funds 已适配系统代理访问
  • 支持 http 代理、https 代理、socks 代理
  • 自行将以下货币接口加入自己的代理软件规则中,并重启 Fishing Funds
api.coingecko.com
api.coincap.io

导入导出

Fishing Funds 右键菜单支持导入导出基金 JSON 配置方便备份

// 字段说明
interface FundSetting {
  code: string; // 基金代码(必填)
  name?: string; // 基金名称
  cyfe?: number; // 持有份额
  cbj?: number; // 持仓成本价
}

例子:

[
  {
    "code": "320007",
    "name": "诺按成长混合",
    "cyfe": 1000.0,
    "cbj": 1.6988
  },
  {
    "code": "161725",
    "name": "招商中证白酒指数(LOF)",
    "cyfe": 1000.0,
    "cbj": 1.4896
  }
]

配置同步

  • 设置中开启后自动存储配置文件至指定路径,启动时优先读取该路径配置
  • 通过 iCloud、OneDrive 等方式自动同步该文件至云端实现多台设备配置同步
  • 支持钱包,基金,指数,板块,股票,货币,h5 配置同步

支持作者

作者利用空闲时间开发不易,您的支持可以给本项目的开发和完善提供巨大的动力,感谢对本软件的喜爱和认可:)

微信 支付宝

收录网站

感谢

许可证

Star Charts

Stargazers over time

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.