mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
- 在市场组件中增加 AI 总结按钮和模态框 - 实现 SummaryStockNews 函数用于获取 AI 总结 - 添加 GetNewsList 方法获取市场新闻列表 - 优化市场资讯的展示和交互
164 lines
4.4 KiB
JavaScript
164 lines
4.4 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddCronTask(arg1) {
|
|
return window['go']['main']['App']['AddCronTask'](arg1);
|
|
}
|
|
|
|
export function AddGroup(arg1) {
|
|
return window['go']['main']['App']['AddGroup'](arg1);
|
|
}
|
|
|
|
export function AddPrompt(arg1) {
|
|
return window['go']['main']['App']['AddPrompt'](arg1);
|
|
}
|
|
|
|
export function AddStockGroup(arg1, arg2) {
|
|
return window['go']['main']['App']['AddStockGroup'](arg1, arg2);
|
|
}
|
|
|
|
export function CheckUpdate() {
|
|
return window['go']['main']['App']['CheckUpdate']();
|
|
}
|
|
|
|
export function DelPrompt(arg1) {
|
|
return window['go']['main']['App']['DelPrompt'](arg1);
|
|
}
|
|
|
|
export function ExportConfig() {
|
|
return window['go']['main']['App']['ExportConfig']();
|
|
}
|
|
|
|
export function Follow(arg1) {
|
|
return window['go']['main']['App']['Follow'](arg1);
|
|
}
|
|
|
|
export function FollowFund(arg1) {
|
|
return window['go']['main']['App']['FollowFund'](arg1);
|
|
}
|
|
|
|
export function GetAIResponseResult(arg1) {
|
|
return window['go']['main']['App']['GetAIResponseResult'](arg1);
|
|
}
|
|
|
|
export function GetConfig() {
|
|
return window['go']['main']['App']['GetConfig']();
|
|
}
|
|
|
|
export function GetFollowList(arg1) {
|
|
return window['go']['main']['App']['GetFollowList'](arg1);
|
|
}
|
|
|
|
export function GetFollowedFund() {
|
|
return window['go']['main']['App']['GetFollowedFund']();
|
|
}
|
|
|
|
export function GetGroupList() {
|
|
return window['go']['main']['App']['GetGroupList']();
|
|
}
|
|
|
|
export function GetGroupStockList(arg1) {
|
|
return window['go']['main']['App']['GetGroupStockList'](arg1);
|
|
}
|
|
|
|
export function GetPromptTemplates(arg1, arg2) {
|
|
return window['go']['main']['App']['GetPromptTemplates'](arg1, arg2);
|
|
}
|
|
|
|
export function GetStockCommonKLine(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['GetStockCommonKLine'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function GetStockKLine(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['GetStockKLine'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function GetStockList(arg1) {
|
|
return window['go']['main']['App']['GetStockList'](arg1);
|
|
}
|
|
|
|
export function GetTelegraphList(arg1) {
|
|
return window['go']['main']['App']['GetTelegraphList'](arg1);
|
|
}
|
|
|
|
export function GetVersionInfo() {
|
|
return window['go']['main']['App']['GetVersionInfo']();
|
|
}
|
|
|
|
export function GetfundList(arg1) {
|
|
return window['go']['main']['App']['GetfundList'](arg1);
|
|
}
|
|
|
|
export function GlobalStockIndexes() {
|
|
return window['go']['main']['App']['GlobalStockIndexes']();
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function NewChatStream(arg1, arg2, arg3, arg4) {
|
|
return window['go']['main']['App']['NewChatStream'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function RemoveGroup(arg1) {
|
|
return window['go']['main']['App']['RemoveGroup'](arg1);
|
|
}
|
|
|
|
export function RemoveStockGroup(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['RemoveStockGroup'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SaveAIResponseResult(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['main']['App']['SaveAIResponseResult'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|
|
|
|
export function SaveAsMarkdown(arg1, arg2) {
|
|
return window['go']['main']['App']['SaveAsMarkdown'](arg1, arg2);
|
|
}
|
|
|
|
export function SendDingDingMessage(arg1, arg2) {
|
|
return window['go']['main']['App']['SendDingDingMessage'](arg1, arg2);
|
|
}
|
|
|
|
export function SendDingDingMessageByType(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SendDingDingMessageByType'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SetAlarmChangePercent(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SetAlarmChangePercent'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SetCostPriceAndVolume(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SetCostPriceAndVolume'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SetStockAICron(arg1, arg2) {
|
|
return window['go']['main']['App']['SetStockAICron'](arg1, arg2);
|
|
}
|
|
|
|
export function SetStockSort(arg1, arg2) {
|
|
return window['go']['main']['App']['SetStockSort'](arg1, arg2);
|
|
}
|
|
|
|
export function ShareAnalysis(arg1, arg2) {
|
|
return window['go']['main']['App']['ShareAnalysis'](arg1, arg2);
|
|
}
|
|
|
|
export function SummaryStockNews(arg1, arg2) {
|
|
return window['go']['main']['App']['SummaryStockNews'](arg1, arg2);
|
|
}
|
|
|
|
export function UnFollow(arg1) {
|
|
return window['go']['main']['App']['UnFollow'](arg1);
|
|
}
|
|
|
|
export function UnFollowFund(arg1) {
|
|
return window['go']['main']['App']['UnFollowFund'](arg1);
|
|
}
|
|
|
|
export function UpdateConfig(arg1) {
|
|
return window['go']['main']['App']['UpdateConfig'](arg1);
|
|
}
|