Skip to content

Commit

Permalink
feat(): 新前端
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyLTY committed Sep 30, 2024
1 parent a68ae43 commit 3c96b93
Show file tree
Hide file tree
Showing 8 changed files with 333 additions and 326 deletions.
File renamed without changes
1 change: 0 additions & 1 deletion templates/assets/index--2ghzEOJ.css

This file was deleted.

1 change: 1 addition & 0 deletions templates/assets/index-B-jCKlqy.css

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions templates/assets/index-Dv32wmi2.js

Large diffs are not rendered by default.

311 changes: 0 additions & 311 deletions templates/assets/index-Pwr1s9F2.js

This file was deleted.

File renamed without changes
28 changes: 14 additions & 14 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/manager/dockerCopilotLogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>docker copilot</title>
<script type="module" crossorigin src="/manager/assets/index-Pwr1s9F2.js"></script>
<link rel="stylesheet" crossorigin href="/manager/assets/index--2ghzEOJ.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/manager/dockerCopilotLogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>docker copilot</title>
<script crossorigin src="/manager/assets/index-Dv32wmi2.js" type="module"></script>
<link crossorigin href="/manager/assets/index-B-jCKlqy.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 3c96b93

Please sign in to comment.