feat: Add component AkShare #1739 (#2390)

### 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:
balibabu
2024-09-12 17:58:05 +08:00
committed by GitHub
parent 5f9cb16a3c
commit 4158697fe6
10 changed files with 891 additions and 2 deletions

View File

@@ -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',

View File

@@ -846,6 +846,8 @@ export default {
lccp: '理財',
foreign_exchange: '股票',
},
akShare: 'AkShare',
akShareDescription: '此組件可用於從東方財富網取得對應股票的新聞資訊。',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@@ -864,6 +864,8 @@ export default {
lccp: '理财',
foreign_exchange: '股票',
},
akShare: 'AkShare',
akShareDescription: '该组件可用于从东方财富网站获取相应股票的新闻信息。',
},
footer: {
profile: 'All rights reserved @ React',