feat: Add component Jin10 #1739 (#2563)

### What problem does this PR solve?

feat: Add component Jin10  #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:
balibabu
2024-09-24 18:54:09 +08:00
committed by GitHub
parent 949a999478
commit 91dbce30bd
8 changed files with 332 additions and 0 deletions

View File

@@ -910,11 +910,57 @@ The above is the content you need to summarize.`,
akShareDescription:
'This component can be used to obtain news information for the corresponding stock from the Eastmoney website.',
yahooFinance: 'YahooFinance',
yahooFinanceDescription:
'The component queries information about the company based on the provided ticker symbol.',
info: 'Info',
history: 'History',
financials: 'Financials',
balanceSheet: 'Balance sheet',
cashFlowStatement: 'Cash flow statement',
jin10: 'Jin10',
jin10Description:
'This component can be used to access information in the financial sector from the Jin10 Open Platform, including quick news, calendar, quotes, reference.',
flashType: 'Flash type',
filter: 'Filter',
contain: 'Contain',
calendarType: 'Calendar type',
calendarDatashape: 'Calendar datashape',
symbolsDatatype: 'Symbols datatype',
symbolsType: 'Symbols type',
jin10TypeOptions: {
flash: 'Quick News',
calendar: 'Calendar',
symbols: 'quotes',
news: 'reference',
},
jin10FlashTypeOptions: {
'1': 'Market News',
'2': ' Futures News',
'3': 'US-Hong Kong News',
'4': 'A-Share News',
'5': 'Commodities & Forex News',
},
jin10CalendarTypeOptions: {
cj: 'Macroeconomic Data Calendar',
qh: ' Futures Calendar',
hk: 'Hong Kong Stock Market Calendar',
us: 'US Stock Market Calendar',
},
jin10CalendarDatashapeOptions: {
data: 'Data',
event: ' Event',
holiday: 'Holiday',
},
jin10SymbolsTypeOptions: {
GOODS: 'Commodity Quotes',
FOREX: ' Forex Quotes',
FUTURE: 'International Market Quotes',
CRYPTO: 'Cryptocurrency Quotes',
},
jin10SymbolsDatatypeOptions: {
symbols: 'Commodity List',
quotes: ' Latest Market Quotes',
},
},
footer: {
profile: 'All rights reserved @ React',