refactor(components): 使用defineAsyncComponent优化异步组件加载

fix(public.js): 添加getScriptParameter函数并处理请求参数
style(index.html): 移除多余空行和注释
perf(bi.js): 移除冗余ajax方法并优化请求参数处理
docs(sign-in.txt): 调整样式和响应式布局
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-05 19:07:33 +08:00
parent 40d83d5374
commit 003b5992a5
19 changed files with 1899 additions and 1705 deletions

View File

@@ -2508,128 +2508,6 @@ td {
margin: 0 auto;
box-sizing: content-box;
}
// 响应式断点1200 / 768 / 480
@media (max-width: 1200px) {
width: 80vw;
.head-more-userinfo {
margin-left: 20px;
padding-right: 20px;
}
.tab-list {
padding-right: 20px;
margin-left: 20px;
.tab-item {
height: 50px;
padding-left: 20px;
font-size: 14px;
}
}
.head-more-post {
margin: 40px 0 90px;
}
.cross-icon {
left: calc(50% + 40px);
}
}
@media (max-width: 768px) {
width: 100vw;
height: 100vh;
.head-more-userinfo {
margin-left: 16px;
padding-right: 16px;
.head-more-right {
width: auto;
height: auto;
}
}
.tab-list {
padding-right: 16px;
margin-left: 16px;
.tab-item {
height: 46px;
padding-left: 16px;
font-size: 13px;
}
}
.head-more-post {
margin: 36px 0 80px;
font-size: 16px;
.head-more-post-icon {
width: 18px;
height: 18px;
margin-right: 6px;
}
}
.cross-icon {
left: 50%;
transform: translateX(-50%);
bottom: 15px;
}
}
@media (max-width: 480px) {
.head-more-userinfo {
margin-left: 12px;
padding-right: 12px;
.head-more-left {
.head-more-userinfo-avatar {
width: 36px;
height: 36px;
margin-right: 8px;
}
.head-more-userinfo-username {
font-size: 12px;
}
}
.head-more-right {
.information-box {
width: 14px;
height: 14px;
.information-icon {
width: 14px;
height: 14px;
}
}
.loginBtn {
width: 72px;
height: 28px;
font-size: 12px;
}
}
}
.tab-list {
padding-right: 12px;
margin-left: 12px;
.tab-item {
height: 42px;
padding-left: 14px;
font-size: 12px;
}
}
.head-more-post {
margin: 24px 0 60px;
font-size: 14px;
.head-more-post-icon {
width: 16px;
height: 16px;
margin-right: 6px;
.head-more-post-img {
width: 8px;
height: 8px;
}
}
}
.cross-icon {
width: 10px;
height: 10px;
padding: 12px;
bottom: 12px;
left: 50%;
transform: translateX(-50%);
}
}
}
}