### What problem does this PR solve? feat: Add component YahooFinance #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:
@@ -909,6 +909,12 @@ The above is the content you need to summarize.`,
|
||||
akShare: 'AkShare',
|
||||
akShareDescription:
|
||||
'This component can be used to obtain news information for the corresponding stock from the Eastmoney website.',
|
||||
yahooFinance: 'YahooFinance',
|
||||
info: 'Info',
|
||||
history: 'History',
|
||||
financials: 'Financials',
|
||||
balanceSheet: 'Balance sheet',
|
||||
cashFlowStatement: 'Cash flow statement',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -862,6 +862,12 @@ export default {
|
||||
},
|
||||
akShare: 'AkShare',
|
||||
akShareDescription: '此組件可用於從東方財富網取得對應股票的新聞資訊。',
|
||||
yahooFinance: '雅虎財經',
|
||||
info: '訊息',
|
||||
history: '歷史',
|
||||
financials: '財務',
|
||||
balanceSheet: '資產負債表',
|
||||
cashFlowStatement: '現金流量表',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -880,6 +880,12 @@ export default {
|
||||
},
|
||||
akShare: 'AkShare',
|
||||
akShareDescription: '该组件可用于从东方财富网站获取相应股票的新闻信息。',
|
||||
yahooFinance: '雅虎财经',
|
||||
info: '信息',
|
||||
history: '历史',
|
||||
financials: '财务',
|
||||
balanceSheet: '资产负债表',
|
||||
cashFlowStatement: '现金流量表',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user