Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jul 18, 2022
2 parents bc7188d + 7615e34 commit c97a284
Show file tree
Hide file tree
Showing 42 changed files with 3,287 additions and 1,629 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Date: 2022-04-20 20:37:06
* @LastEditors: harry
* @Github: https://github.com/rr210
* @LastEditTime: 2022-07-14 11:10:17
* @LastEditTime: 2022-07-17 23:39:19
* @FilePath: \dev\README.md
-->
<a href="https://b2.mr90.top/" >
Expand Down Expand Up @@ -36,9 +36,9 @@
- 支持 **显示仓库下所有文件夹名称** 支持自定义默认搜索仓库名
- 支持 **暗夜模式** (自由切换 / 自动切换)
- 支持 **图片压缩** 可自定义压缩等级 默认关闭,开启默认(**0.8**)
- 支持 **批量上传图片****批量删除图片****批量复制图片外链**
- 支持 **图片水印**
- 支持 **PWA**
- 支持 **批量上传图片****批量删除图片****批量复制图片外链** 待完成
- 支持 **图片水印** 待完成


## 使用教程 | Using the tutorial
Expand Down
60 changes: 60 additions & 0 deletions deploys/vercel-api/api/static/css/1.7edf1ce2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
.mark-w[data-v-3b554894] {
display: flex;
justify-content: space-between;
padding: 0 15px;
}

.more-w[data-v-4c7a3497] {
position: absolute;
top: 2%;
right: 2%;
width: 30px;
height: 30px;
background-color: var(--b2-bg);
border-radius: 20px;
box-shadow: 0 0 5px #ccc;
z-index: 200;
opacity: 0;
}
.icon-more[data-v-4c7a3497] {
width: 30px;
}

.el-image[data-v-0bd98688] {
width: 100%;
}
.el-image[data-v-0bd98688] img.el-image__inner {
width: 92%;
height: 155px;
border-radius: 10px;
-o-object-fit: cover;
object-fit: cover;
}
.pic-tit[data-v-0bd98688] {
padding: 10px 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px dashed #f2f2f2;
}
.time-span[data-v-0bd98688] {
position: absolute;
padding: 2px 6px;
background: var(--b2-btn-time);
border-radius: 8px;
margin-left: 0;
font-size: 0.5rem;
font-weight: 700;
color: #fff;
bottom: 32%;
right: 6%;
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
z-index: 2;
}
[data-v-0bd98688]:hover .more-w,[data-v-0bd98688]:hover .el-checkbox__inner {
box-shadow: 0 0 5px 0 #ccc;
transition: all 0.4s ease-in;
opacity: 1;
}

86 changes: 86 additions & 0 deletions deploys/vercel-api/api/static/css/2.e55d4060.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
.icon-lay[data-v-42171c4f] {
width: 100%;
}

.hd-w .el-menu[data-v-545e3bf6] {
padding-left: 15%;
background-color: var(--b2-pre-bg);
}
.hd-w[data-v-545e3bf6] .el-menu--horizontal > .el-menu-item.is-active {
color: var(--bg-text);
}
.hd-w[data-v-545e3bf6] .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.hd-w .el-menu--horizontal > .el-menu-item[data-v-545e3bf6]:not(.is-disabled):focus {
background-color: var(--b2-active);
border-radius: 10px;
}
.hd-w .logo_w[data-v-545e3bf6] {
position: absolute;
top: 0;
left: 2%;
width: 120px;
z-index: 1000;
cursor: pointer;
display: flex;
align-items: center;
height: 60px;
}
.hd-w .logo_w div[data-v-545e3bf6] {
flex: auto;
}
.hd-w .logo_w div img[data-v-545e3bf6] {
width: 100%;
}
.hd-w .logo_w span[data-v-545e3bf6] {
flex: 1;
font-size: 20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
footer[data-v-545e3bf6] {
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 50px;
text-align: center;
font-size: 16px;
padding-top: 20px;
}
footer svg[data-v-545e3bf6] {
vertical-align: middle;
margin: 0 5px;
}
.lay-out[data-v-545e3bf6] {
position: absolute;
top: 2%;
right: 2%;
width: 25px;
height: 25px;
z-index: 9;
cursor: pointer;
}
.lay-out .svg[data-v-545e3bf6] {
width: 100%;
}
.phone-tab[data-v-545e3bf6] {
display: none;
}
@media screen and (max-width: 539px) {
.el-menu[data-v-545e3bf6] {
display: none;
}
footer[data-v-545e3bf6] {
display: none;
}
.phone-tab[data-v-545e3bf6] {
position: absolute;
display: block;
top: 2%;
right: 14%;
z-index: 2000;
}
.phone-tab[data-v-545e3bf6] svg {
width: 25px;
}
}

Loading

0 comments on commit c97a284

Please sign in to comment.