ソースを参照

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
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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;
}

読み込み中…
キャンセル
保存