feat: Add component WenCai #1739 (#2388)

### What problem does this PR solve?

feat: Add component WenCai #1739

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-12 17:51:43 +08:00
committed by GitHub
parent 4730145696
commit 5f9cb16a3c
8 changed files with 267 additions and 0 deletions

View File

@@ -875,6 +875,23 @@ The above is the content you need to summarize.`,
operator: 'Operator',
value: 'Value',
useTemplate: 'Use this template',
wenCai: 'WenCai',
queryType: 'Query type',
wenCaiDescription:
'The component can be used to obtain information on a wide range of financial areas, including but not limited to stocks, funds, etc...',
wenCaiQueryTypeOptions: {
stock: 'stock',
zhishu: 'index',
fund: 'fund',
hkstock: 'Hong Kong shares',
usstock: 'US stock market',
threeboard: 'New OTC Market',
conbond: 'Convertible Bond',
insurance: 'insurance',
futures: 'futures',
lccp: 'Financing',
foreign_exchange: 'Foreign currency',
},
},
footer: {
profile: 'All rights reserved @ React',

View File

@@ -829,6 +829,23 @@ export default {
operator: '操作符',
value: '值',
useTemplate: '使用該模板',
wenCai: '問財',
queryType: '查詢類型',
wenCaiDescription:
'該組件可用於獲取廣泛的金融領域的信息,包括但不限於股票、基金等...',
wenCaiQueryTypeOptions: {
stock: '股票',
zhishu: '指數',
fund: '基金',
hkstock: '港股',
usstock: '美股',
threeboard: '新三板',
conbond: '可轉債',
insurance: '保險',
futures: '期貨',
lccp: '理財',
foreign_exchange: '股票',
},
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@@ -847,6 +847,23 @@ export default {
operator: '操作符',
value: '值',
useTemplate: '使用该模板',
wenCai: '问财',
queryType: '查询类型',
wenCaiDescription:
'该组件可用于获取广泛金融领域的信息,包括但不限于股票、基金等...',
wenCaiQueryTypeOptions: {
stock: '股票',
zhishu: '指数',
fund: '基金',
hkstock: '港股',
usstock: '美股',
threeboard: '新三板',
conbond: '可转债',
insurance: '保险',
futures: '期货',
lccp: '理财',
foreign_exchange: '股票',
},
},
footer: {
profile: 'All rights reserved @ React',