mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 08:35:33 +08:00
### 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:
@ -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