-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
299 additions
and
276 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
from config import DOCS | ||
|
||
__version__ = "0.3.2" | ||
__version__ = "0.4.0" | ||
|
||
|
||
app = FastAPI( | ||
|
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,29 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Marzban</title> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/dashboard/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/dashboard/favicon/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/dashboard/favicon/favicon-16x16.png" /> | ||
<link | ||
rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="/dashboard/favicon/apple-touch-icon.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="/dashboard/favicon/favicon-32x32.png" | ||
/> | ||
<link | ||
rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="/dashboard/favicon/favicon-16x16.png" | ||
/> | ||
<link rel="manifest" href="/dashboard/favicon/site.webmanifest" /> | ||
<link rel="mask-icon" href="/dashboard/favicon/safari-pinned-tab.svg" color="#5bbad5" /> | ||
<link | ||
rel="mask-icon" | ||
href="/dashboard/favicon/safari-pinned-tab.svg" | ||
color="#5bbad5" | ||
/> | ||
<link rel="shortcut icon" href="/dashboard/favicon/favicon.ico" /> | ||
<meta name="apple-mobile-web-app-title" content="Marzban" /> | ||
<meta name="application-name" content="Marzban" /> | ||
<meta name="msapplication-TileColor" content="#2b5797" /> | ||
<meta name="msapplication-config" content="/favicon/browserconfig.xml" /> | ||
<meta name="theme-color" content="#3B81F6" /> | ||
<script type="module" crossorigin src="/dashboard/assets/index.3e4b5441.js"></script> | ||
<script type="module" crossorigin src="/dashboard/assets/index.ebbb3e66.js"></script> | ||
<link rel="modulepreload" crossorigin href="/dashboard/assets/vendor.11357817.js"> | ||
<link rel="stylesheet" href="/dashboard/assets/index.4d516efb.css"> | ||
</head> | ||
|
||
<body> | ||
<link rel="stylesheet" href="/dashboard/assets/index.59de2328.css"> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
|
||
</body> | ||
|
||
</html> | ||
|
||
</body> | ||
</html> |
File renamed without changes
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
150 changes: 75 additions & 75 deletions
150
...dashboard/build/assets/vendor.59907391.js → ...dashboard/build/assets/vendor.11357817.js
Large diffs are not rendered by default.
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
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
Oops, something went wrong.