Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-07-16 04:37:21 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
c446c403deb749e8e290de83bbf5f18d29f9a265
ragflow/web/src/custom.d.ts

13 lines
217 B
TypeScript
Raw Normal View History

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>
2026-03-10 14:25:27 +08:00
type Nullable<T> = T | null;
Fix: Improve TS Warning For http_api_reference.md (#8172) ### What problem does this PR solve? https://github.com/infiniflow/ragflow/issues/8157 The current master code should work fine, but hI ave some warnings, so I added a declare to improve the warning ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-12 14:20:15 +08:00
declare module '*.md' {
const content: string;
export default content;
}
Feature:Add a loading status to the agent canvas page. (#11733) ### What problem does this PR solve? Feature:Add a loading status to the agent canvas page. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-12-04 13:40:49 +08:00
declare module 'jsoneditor' {
const JSONEditor: any;
export default JSONEditor;
export = JSONEditor;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 242ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API