Skip to content

Commit

Permalink
feat: 增加前端界面
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Oct 28, 2023
1 parent 0dc1f87 commit 45f9f88
Show file tree
Hide file tree
Showing 13 changed files with 20,159 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/assets/bootstrap-icons/bootstrap-icons.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions public/assets/bootstrap/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/assets/bootstrap/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions public/assets/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/assets/bootstrap/bootstrap.min.css.map

Large diffs are not rendered by default.

Binary file added public/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions public/assets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/**
* OpenTDP Base CSS
* @author rehiy[[email protected]]
*/

a {
text-decoration: none;
outline: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

blockquote {
margin: 0;
padding: 8px;
border-left: 3px solid #999;
background: #eee;
}

pre code {
display: block;
overflow: auto;
padding: 10px;
background: #eee;
}

/* 主容器 */

.container-xxl.main {
min-height: calc(100vh - 230px);
}

.container-xxl img {
max-width: 100%;
}
Loading

0 comments on commit 45f9f88

Please sign in to comment.