chore: 更新静态资源文件并清理构建输出目录

删除旧的构建输出文件,包括图片资源和编译生成的JavaScript文件
添加新的图标资源文件到assets/img目录
更新package.json中的开发脚本配置
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-12 19:11:40 +08:00
parent 31a85830e5
commit edb7d1ae45
445 changed files with 2454 additions and 101179 deletions

View File

@@ -227,6 +227,33 @@
padding: 30px 30px 25px 45px;
border-bottom: 1px solid #ebebeb;
}
.content .right .header .label {
flex-wrap: wrap;
margin-bottom: 15px;
font-weight: 400;
}
.content .right .header .label .item {
font-size: 14px;
color: #555555;
padding: 0 9px;
height: 24px;
line-height: 24px;
background-color: #f2f2f2;
border-radius: 6px;
margin-bottom: 10px;
cursor: pointer;
margin-bottom: 5px;
}
.content .right .header .label .item.icon {
padding: 0;
}
.content .right .header .label .item:not(:last-child) {
margin-right: 10px;
}
.content .right .header .label .item.blue {
color: #ffffff;
background-color: #04b0d5;
}
.content .right .header .titletitle {
font-size: 24px;
font-weight: 650;
@@ -282,12 +309,72 @@
.content .right .header .mj-header .eye-box {
font-size: 12px;
color: #aaaaaa;
margin-right: 15px;
}
.content .right .header .mj-header .eye-box .eye-icon {
width: 13px;
height: 8px;
margin-right: 5px;
}
.content .right .header .mj-header .btn {
width: 24px;
height: 16px;
background-color: #f2f2f2;
border-radius: 150px;
cursor: pointer;
font-weight: 400;
}
.content .right .header .mj-header .btn .icon {
width: 18px;
height: 18px;
}
.content .right .header .mj-header .mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 12;
}
.content .right .header .mj-header .operate {
position: absolute;
top: 23px;
right: 0;
width: 80px;
background-color: #f2f2f2;
border-radius: 8px;
padding: 5px;
z-index: 13;
font-weight: 400;
}
.content .right .header .mj-header .operate::after {
content: "";
width: calc(100% - 10px);
height: calc(100% - 10px);
position: absolute;
top: 50%;
left: 50%;
display: block;
transform: translate(-50%, -50%);
background-color: #fbfbfb;
z-index: -1;
}
.content .right .header .mj-header .operate .item {
text-align: center;
font-size: 14px;
color: #333333;
padding: 14px 0;
cursor: pointer;
}
.content .right .header .mj-header .operate .item:first-of-type {
padding-top: 14px;
}
.content .right .header .mj-header .operate .item:last-of-type {
padding-top: 14px;
}
.content .right .header .mj-header .operate .item:not(:last-of-type) {
border-bottom: 1px dotted #d7d7d7;
}
.content .right .details-box {
border-bottom: 1px solid #ebebeb;
padding-top: 41px;
@@ -709,10 +796,13 @@
padding-bottom: 10px;
border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
padding-left: 14px;
padding-top: 10px;
overflow: auto;
}
.content .right .comment-box .input-box .picture-box .picture {
position: relative;
width: fit-content;
margin-right: 10px;
}
.content .right .comment-box .input-box .picture-box .picture .img {
height: 60px;
@@ -949,9 +1039,14 @@
display: inline;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-img {
width: 75px;
height: 100px;
margin-right: 10px;
margin-bottom: 13px;
border-radius: 5px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-img-box {
overflow: auto;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-masking {
width: 100vw;
@@ -1117,13 +1212,15 @@
}
.content .floor-area .floor-content .floor-left .item {
cursor: pointer;
color: #aaaaaa;
font-size: 13px;
color: #333333;
font-size: 14px;
}
.content .floor-area .floor-content .floor-left .item:not(:last-of-type) {
margin-right: 40px;
margin-right: 60px;
}
.content .floor-area .floor-content .floor-left .item .icon {
width: 20px;
height: 20px;
margin-right: 5px;
}
.content .floor-area .floor-content .floor-left .item .icon.h16 {