GithubHelp home page GithubHelp logo

xyhappiness / 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 12.35 MB

基于electron的状态栏基金涨跌情况显示小应用,数据源来自天天基金等

License: GNU General Public License v3.0

JavaScript 5.52% TypeScript 76.91% HTML 0.49% SCSS 17.05% EJS 0.03%

fishing-funds's Introduction

Fishing Funds

GitHub release (latest by date) GitHub Release Date GitHub all releases Codacy Badge GitHub top language GitHub commit activity GitHub package.json dependency version (dev dep on branch) GitHub package.json dependency version (prod) GitHub

显示基金涨跌状态栏小应用,数据源来自天天基金等

软件截图

项目介绍

  • 本项目参考electron-react-boilerplate-menubar,基于Electron React Boilerplate
    menubar开发
  • 采用天天基金等数据源接口,实时显示当前基金涨跌情况,计算显示收益,大盘实时数据,板块行情等
  • 软件中所有的数据仅供参考,一切收益或是亏损按当天实际为准
  • 本项目是个人自用状态栏小插件,完全开源免费,喜欢的小伙伴 star 一下,如果觉得好用也可在软件中打赏支持:)
  • 在使用中遇到 bug 欢迎issues
  • 如果有好的建议或改进欢迎 PR

数据源

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

下载使用

注意 ⚠️:由于 Catalina 之后不支持 32 位程序,暂无 Windows32 位安装包,可自行下载源码打包

yarn package-win

注意 ⚠️:由于 MacOS 不允许打开未经 Apple 公证的程序,如果出现软件无法打开请进行以下操作

进入 「设置」- 「安全性与隐私」- 「通用」- 「允许从以下位置下载的App」-「仍然打开」

导入导出

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
  }
]

收录网站

支持一下~

支付宝

微信

感谢

Jr Prévost
Electron React Boilerplate
menubar
Ant Design
ahooks
echarts
travis-ci

许可证

GPLv3

fishing-funds's People

Contributors

1zilc avatar dependabot[bot] avatar codacy-badger avatar

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.