mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
feat(store): 添加ocr模块到redux store
This commit is contained in:
parent
01360e3a4b
commit
523ce9b7dc
@ -20,6 +20,7 @@ import migrate from './migrate'
|
||||
import minapps from './minapps'
|
||||
import newMessagesReducer from './newMessage'
|
||||
import nutstore from './nutstore'
|
||||
import ocr from './ocr'
|
||||
import paintings from './paintings'
|
||||
import preprocess from './preprocess'
|
||||
import runtime from './runtime'
|
||||
@ -55,7 +56,8 @@ const rootReducer = combineReducers({
|
||||
messages: newMessagesReducer,
|
||||
messageBlocks: messageBlocksReducer,
|
||||
inputTools: inputToolsReducer,
|
||||
translate
|
||||
translate,
|
||||
ocr
|
||||
})
|
||||
|
||||
const persistedReducer = persistReducer(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user