### What problem does this PR solve? feat: Add component AkShare #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -892,6 +892,9 @@ The above is the content you need to summarize.`,
|
||||
lccp: 'Financing',
|
||||
foreign_exchange: 'Foreign currency',
|
||||
},
|
||||
akShare: 'AkShare',
|
||||
akShareDescription:
|
||||
'This component can be used to obtain news information for the corresponding stock from the Eastmoney website.',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -846,6 +846,8 @@ export default {
|
||||
lccp: '理財',
|
||||
foreign_exchange: '股票',
|
||||
},
|
||||
akShare: 'AkShare',
|
||||
akShareDescription: '此組件可用於從東方財富網取得對應股票的新聞資訊。',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -864,6 +864,8 @@ export default {
|
||||
lccp: '理财',
|
||||
foreign_exchange: '股票',
|
||||
},
|
||||
akShare: 'AkShare',
|
||||
akShareDescription: '该组件可用于从东方财富网站获取相应股票的新闻信息。',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user