### What problem does this PR solve? feat: Add component TuShare #1739 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
This commit is contained in:
@@ -968,6 +968,23 @@ The above is the content you need to summarize.`,
|
||||
concentrator: 'Concentrator',
|
||||
concentratorDescription:
|
||||
'A component that receives the output from the upstream component and passes it on as input to the downstream components.',
|
||||
tuShare: 'TuShare',
|
||||
tuShareDescription:
|
||||
'This component can be used to obtain financial news briefs from mainstream financial websites, aiding industry and quantitative research.',
|
||||
tuShareSrcOptions: {
|
||||
sina: 'Sina',
|
||||
wallstreetcn: 'wallstreetcn',
|
||||
'10jqka': 'Straight flush',
|
||||
eastmoney: 'Eastmoney',
|
||||
yuncaijing: 'YUNCAIJING',
|
||||
fenghuang: 'FENGHUANG',
|
||||
jinrongjie: 'JRJ',
|
||||
},
|
||||
token: 'Token',
|
||||
src: 'Source',
|
||||
startDate: 'Start date',
|
||||
endDate: 'End date',
|
||||
keyword: 'Keyword',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -920,6 +920,23 @@ export default {
|
||||
concentrator: '集線器',
|
||||
concentratorDescription:
|
||||
'此組件可用於連接多個下游組件。它接收來自上游組件的輸入並將其傳遞給每個下游組件。 ',
|
||||
tuShare: 'TuShare',
|
||||
tuShareDescription:
|
||||
'該組件可用於從主流金融網站獲取金融新聞簡報,輔助行業和量化研究。 ',
|
||||
tuShareSrcOptions: {
|
||||
sina: '新浪財經',
|
||||
wallstreetcn: '華爾街見聞',
|
||||
'10jqka': '同花順',
|
||||
eastmoney: '東方財富',
|
||||
yuncaijing: '雲財經',
|
||||
fenghuang: '鳳凰新聞',
|
||||
jinrongjie: '金融界',
|
||||
},
|
||||
token: 'Token',
|
||||
src: '來源',
|
||||
startDate: '開始日期',
|
||||
endDate: '結束日期',
|
||||
keyword: '關鍵字',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -938,6 +938,23 @@ export default {
|
||||
concentrator: '集线器',
|
||||
concentratorDescription:
|
||||
'该组件可用于连接多个下游组件。它接收来自上游组件的输入并将其传递给每个下游组件。',
|
||||
tuShare: 'TuShare',
|
||||
tuShareDescription:
|
||||
'该组件可用于从主流金融网站获取金融新闻简报,辅助行业和量化研究。',
|
||||
tuShareSrcOptions: {
|
||||
sina: '新浪财经',
|
||||
wallstreetcn: '华尔街见闻',
|
||||
'10jqka': '同花顺',
|
||||
eastmoney: '东方财富',
|
||||
yuncaijing: '云财经',
|
||||
fenghuang: '凤凰新闻',
|
||||
jinrongjie: '金融界',
|
||||
},
|
||||
token: 'Token',
|
||||
src: '源',
|
||||
startDate: '开始日期',
|
||||
endDate: '结束日期',
|
||||
keyword: '关键字',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user