Bläddra i källkod

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 månader sedan
förälder
incheckning
e7c85e569b
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4
    0
      web/src/custom.d.ts

+ 4
- 0
web/src/custom.d.ts Visa fil

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

Laddar…
Avbryt
Spara