-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from 1nchaos/dev
Dev
- Loading branch information
Showing
24 changed files
with
194 additions
and
5,902 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
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
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
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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
import { NavbarConfig } from "@vuepress/theme-default/lib/shared/nav"; | ||
|
||
export default [ | ||
{text: '向阳花', link: '/向阳花.md'}, | ||
{text: '数据源', | ||
collapsible: true, | ||
children: [ | ||
{text:'同花顺',link:'https://www.10jqka.com.cn/'}, | ||
{text:'百度股市通',link:'https://gushitong.baidu.com/stock/ab-300033'}, | ||
{text:'东方财富',link:'https://data.eastmoney.com/center/'}, | ||
{text:'新浪财经',link:'https://finance.sina.com.cn/stock/'}, | ||
] | ||
}, | ||
] as NavbarConfig; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
home: true | ||
title: Home | ||
heroImage: /logo1x1.png | ||
actions: | ||
- text: 快速开始 | ||
link: /quickStart.md | ||
type: primary | ||
- text: 数据字典 | ||
link: /dataDic.md | ||
type: secondary | ||
features: | ||
- title: 专注 | ||
details: 专注A股,专注量化,专注交易数据,为Ai(爱)发电,向阳而生。 | ||
- title: 持续 | ||
details: 为个人量化交易而生,满足个人股票量化需求,永久免费开源,保卫3000点...... | ||
- title: 高可用 | ||
details: 为了保证数据的高可用性,采用多数据源融合切换,保障数据持续在线。 | ||
|
||
footer: Apache Licensed | Copyright © 2023-present 1nchaos | ||
--- | ||
|
||
### 快速安装 | ||
|
||
<CodeGroup> | ||
<CodeGroupItem title="python" active> | ||
|
||
~~~python | ||
# 首次安装 | ||
pip install adata | ||
# 指定镜像源 | ||
pip install adata -i http://mirrors.aliyun.com/pypi/simple/ | ||
|
||
# 升级版本 | ||
pip install -U adata | ||
# 指定镜像源 | ||
pip install -U adata -i http://mirrors.aliyun.com/pypi/simple/ | ||
~~~ | ||
</CodeGroupItem> | ||
|
||
</CodeGroup> |
Oops, something went wrong.