Skip to content

Commit

Permalink
feat: 帮助链接改完图标
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Feb 28, 2024
1 parent 0ff7027 commit 8848186
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.10.3",
"ng-qrcode": "^17.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
1 change: 1 addition & 0 deletions webview/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Wrest App</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<link rel="stylesheet" type="text/css" href="https://jscdn.rehi.org/npm/bootstrap-icons/font/bootstrap-icons.min.css" />
<base href="/" />
</head>

Expand Down
1 change: 1 addition & 0 deletions webview/src/index.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import 'bootstrap/scss/bootstrap';
@import 'bootstrap-icons/font/bootstrap-icons.css';
9 changes: 6 additions & 3 deletions webview/src/layouts/header/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
<a routerLink="/bot/keywords" routerLinkActive="active" class="nav-link">关键词</a>
</li>
</ul>
<div>
<a class="nav-link" href="/swagger/" target="_blank">接口文档</a>
</div>
<a class="nav-link ms-3" href="/swagger/" target="_blank" title="Api 文档">
<i class="bi bi-filetype-doc"></i>
</a>
<a class="nav-link ms-3" href="https://github.com/opentdp/wechat-rest" target="_blank" title="Github 仓库">
<i class="bi bi-github"></i>
</a>
</div>
</div>
</nav>

0 comments on commit 8848186

Please sign in to comment.