提交 0677342c 编写于 作者: X xjh22222228

Merge branch 'data'

......@@ -23,8 +23,10 @@
## 预览
[在线预览](https://nav3.cn/?g)
**主题**
- [sim 在线预览](https://nav3.cn/#/sim)
- [light 在线预览](https://nav3.cn/#/light)
![Preview](media/screenshot1.png)
......@@ -33,6 +35,10 @@
## 内置
- [TypeScript](https://www.typescriptlang.org/)
- [Angular v9](https://angular.io/)
......@@ -40,12 +46,6 @@
## 主题
- [sim 预览](https://nav3.cn/#/sim)
- [light 预览](https://nav3.cn/#/light)
......
......@@ -234,6 +234,12 @@ const nav = {
desc: '免费HTTP代理IP',
url: 'https://www.kuaidaili.com/free/inha/1/',
},
{
icon: 'https://avatars2.githubusercontent.com/u/1342004?s=200&v=4',
name: 'Google Workspace',
desc: 'Google Workspace状态信息中心',
url: 'https://www.google.com/appsstatus#hl=en&v=status',
},
]
},
{
......
media/screenshot2.png

103.6 KB | W: | H:

media/screenshot2.png

301.6 KB | W: | H:

media/screenshot2.png
media/screenshot2.png
media/screenshot2.png
media/screenshot2.png
  • 2-up
  • Swipe
  • Onion skin
<div class="fixbar">
<div class="wrapper" [class.active]="collapsed" (click)="collapse()">
<i class="iconfont iconweibiaoti25 collapse"></i>
<div class="wrapper" (click)="collapse()">
<i class="iconfont iconweibiaoti25 collapse" [class.active]="collapsed"></i>
</div>
<!-- <div class="wrapper" (click)="toggleMode()">
......
......@@ -7,26 +7,27 @@
.wrapper {
width: 40px;
height: 40px;
margin-top: 10px;
transition: .1s linear;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border-radius: 50%;
&.active {
transform: rotate(-90deg);
}
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, .05);
&:hover {
background-color: #ccc;
color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
transform: scale(1.2);
}
}
i {
transition: .1s linear;
display: inline-block;
font-size: 20px;
color: #999;
}
.arrow {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册