mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: modify routing to nested mode and rename document (#52)
* feat: modify routing to nested mode * feat: rename document
This commit is contained in:
4
web/typings.d.ts
vendored
4
web/typings.d.ts
vendored
@ -1,2 +1,4 @@
|
||||
import 'umi/typings';
|
||||
declare module 'lodash'
|
||||
declare module 'lodash';
|
||||
|
||||
export type Nullable<T> = T | null;
|
||||
|
||||
Reference in New Issue
Block a user