mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
create transactions from AI receipt image recognition results
This commit is contained in:
@@ -35,6 +35,10 @@ export function isMCPServerEnabled(): boolean {
|
||||
return getServerSetting('mcp') === 1;
|
||||
}
|
||||
|
||||
export function isTransactionFromAIImageRecognitionEnabled(): boolean {
|
||||
return getServerSetting('llmt') === 1;
|
||||
}
|
||||
|
||||
export function getLoginPageTips(): Record<string, string>{
|
||||
return getServerSetting('lpt') as Record<string, string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user