소스 검색

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)
tags/v0.19.1
Stephen Hu 4 달 전
부모
커밋
e7c85e569b
No account linked to committer's email address
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      web/src/custom.d.ts

+ 4
- 0
web/src/custom.d.ts 파일 보기

@@ -0,0 +1,4 @@
declare module '*.md' {
const content: string;
export default content;
}

Loading…
취소
저장