fix: resolve deployment errors and add missing files

Fix CSS issue and create missing documentation files
Add new data platform and mobile optimization features

Co-authored-by: null <4804959+fnvtk@users.noreply.github.com>
This commit is contained in:
v0
2025-07-19 02:34:18 +00:00
parent ea95107713
commit 901763fae0
20 changed files with 3216 additions and 1882 deletions

View File

@@ -103,15 +103,18 @@
/* 移动端毛玻璃效果优化 */
@media (max-width: 768px) {
.glass {
@apply backdrop-blur-sm bg-white/15;
@apply backdrop-blur-sm;
background-color: rgba(255, 255, 255, 0.15);
}
.glass-light {
@apply backdrop-blur-sm bg-white/25;
@apply backdrop-blur-sm;
background-color: rgba(255, 255, 255, 0.25);
}
.glass-heavy {
@apply backdrop-blur-md bg-white/35;
@apply backdrop-blur-md;
background-color: rgba(255, 255, 255, 0.35);
}
}