add load from url

This commit is contained in:
lloydzhou
2024-09-03 00:45:11 +08:00
parent 6435e7a30e
commit 3ec67f9f47
4 changed files with 51 additions and 3 deletions

View File

@@ -561,6 +561,7 @@ const cn = {
Download: "下载",
Auth: "授权方式",
Content: "OpenAPI Schema",
Load: "从网页加载",
Method: "方法",
Error: "格式错误",
},

View File

@@ -570,6 +570,7 @@ const en: LocaleType = {
Download: "Download",
Auth: "Authentication Type",
Content: "OpenAPI Schema",
Load: "Load From URL",
Method: "Method",
Error: "OpenAPI Schema Error",
},