This repository was archived by the owner on Dec 4, 2025. It is now read-only.
|
接口又上千个,导致打开接口文档的时候经常会卡住,浏览器卡的动不了,电脑是拯救者y9000p,应该跟电脑性能没关系,请问你们遇到过吗,如果遇到过是怎么解决的 There are over a thousand APIs, causing frequent freezes when opening the API documentation—the browser becomes completely unresponsive. My laptop is a Lenovo Legion Y9000P, so performance shouldn’t be the issue. Have you encountered this before? If so, how did you resolve it? |
Answered by
shalousun
Sep 5, 2025
Replies: 1 comment
|
When there are many APIs, you can set allInOne to false to avoid generating all interfaces into a single HTML file. |
0 replies
Answer selected by
shalousun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there are many APIs, you can set allInOne to false to avoid generating all interfaces into a single HTML file.