-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
11 changed files
with
51 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<link rel="icon" href="/favicon.png"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Element Plus Vite Starter</title> | ||
<title>SubConv</title> | ||
<!-- element css cdn, if you use custom theme, remove it. --> | ||
<!-- <link | ||
rel="stylesheet" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
fastapi==0.109.2 | ||
httpx==0.26.0 | ||
fastapi==0.110.0 | ||
httpx==0.27.0 | ||
PyYAML==6.0.1 | ||
uvicorn==0.27.1 | ||
uvicorn==0.29.0 | ||
pydantic-settings-yaml==0.2.0 |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ | |
<link rel="icon" href="/favicon.png"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Element Plus Vite Starter</title> | ||
<title>SubConv</title> | ||
<!-- element css cdn, if you use custom theme, remove it. --> | ||
<!-- <link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/element-plus/dist/index.css" | ||
/> --> | ||
<script type="module" crossorigin src="/assets/index-BcYWinaI.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-De_DoMt5.css"> | ||
<script type="module" crossorigin src="/assets/index-CHhnTzuz.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-C8CYsfRt.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
|