mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-26 02:13:29 +08:00
Feat: Display release status in agent version history. (#13479)
### What problem does this PR solve? Feat: Display release status in agent version history. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
2
web/src/custom.d.ts
vendored
2
web/src/custom.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
type Nullable<T> = T | null;
|
||||
|
||||
declare module '*.md' {
|
||||
const content: string;
|
||||
export default content;
|
||||
|
||||
Reference in New Issue
Block a user