mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
add front end code (#27)
This commit is contained in:
19
web/src/.umi/plugin-dva/runtimeConfig.d.ts
vendored
Normal file
19
web/src/.umi/plugin-dva/runtimeConfig.d.ts
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// This file is generated by Umi automatically
|
||||
// DO NOT CHANGE IT MANUALLY!
|
||||
export interface IRuntimeConfig {
|
||||
dva?: {
|
||||
config?: {
|
||||
initialState?: Record<string, any>;
|
||||
onError?: any;
|
||||
onStateChange?: any;
|
||||
onAction?: any;
|
||||
onHmr?: any;
|
||||
onReducer?: any;
|
||||
onEffect?: any;
|
||||
extraReducers?: any;
|
||||
extraEnhancers?: any;
|
||||
[key: string]: any;
|
||||
},
|
||||
plugins?: string[];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user