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 {

View File

@@ -283,6 +283,39 @@
.header {
padding: 30px 30px 25px 45px;
border-bottom: 1px solid #ebebeb;
.label {
flex-wrap: wrap;
margin-bottom: 15px;
font-weight: 400;
.item {
font-size: 14px;
color: #555555;
padding: 0 9px;
height: 24px;
line-height: 24px;
background-color: rgba(242, 242, 242, 1);
border-radius: 6px;
margin-bottom: 10px;
cursor: pointer;
margin-bottom: 5px;
&.icon {
padding: 0;
}
&:not(:last-child) {
margin-right: 10px;
}
&.blue {
color: #ffffff;
background-color: #04b0d5;
}
}
}
.titletitle {
font-size: 24px;
font-weight: 650;
@@ -340,6 +373,7 @@
background-color: #aaaaaa;
margin: 0 21px;
}
.eye-box {
.eye-icon {
width: 13px;
@@ -349,6 +383,76 @@
font-size: 12px;
color: #aaaaaa;
margin-right: 15px;
}
.btn {
width: 24px;
height: 16px;
background-color: rgba(242, 242, 242, 1);
border-radius: 150px;
cursor: pointer;
font-weight: 400;
.icon {
width: 18px;
height: 18px;
}
}
.mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 12;
// background-color: rgba(0, 0, 0, 0.1);
}
.operate {
position: absolute;
top: 23px;
right: 0;
width: 80px;
background-color: rgba(242, 242, 242, 1);
border-radius: 8px;
padding: 5px;
z-index: 13;
font-weight: 400;
&::after {
content: "";
width: calc(100% - 10px);
height: calc(100% - 10px);
position: absolute;
top: 50%;
left: 50%;
display: block;
transform: translate(-50%, -50%);
background-color: rgba(251, 251, 251, 1);
z-index: -1;
}
.item {
text-align: center;
font-size: 14px;
color: #333333;
padding: 14px 0;
cursor: pointer;
&:first-of-type {
padding-top: 14px;
}
&:last-of-type {
padding-top: 14px;
}
&:not(:last-of-type) {
border-bottom: 1px dotted #d7d7d7;
}
}
}
}
}
@@ -838,14 +942,44 @@
}
}
// .picture-box {
// padding-bottom: 10px;
// border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
// padding-left: 14px;
// .picture {
// position: relative;
// width: fit-content;
// .img {
// height: 60px;
// border-radius: 5px;
// display: block;
// }
// .close {
// width: 17px;
// height: 17px;
// position: absolute;
// top: 0;
// right: 0;
// transform: translate(50%, -50%);
// cursor: pointer;
// }
// }
// }
.picture-box {
padding-bottom: 10px;
border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
padding-left: 14px;
padding-top: 10px;
overflow: auto;
.picture {
position: relative;
width: fit-content;
margin-right: 10px;
.img {
height: 60px;
@@ -1157,9 +1291,15 @@
}
.comments-img {
width: 75px;
height: 100px;
margin-right: 10px;
margin-bottom: 13px;
border-radius: 5px;
cursor: pointer;
}
.comments-img-box {
overflow: auto;
}
.comments-input-masking {
@@ -1386,13 +1526,15 @@
padding: 0 20px;
.item {
cursor: pointer;
color: #aaaaaa;
font-size: 13px;
color: #333333;
font-size: 14px;
&:not(:last-of-type) {
margin-right: 40px;
margin-right: 60px;
}
.icon {
// width: 16px;
width: 20px;
height: 20px;
&.h16 {
height: 16px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

BIN
assets/img/essence-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB