fix: 移动端防溢出 + 横幅作品横向长廊 + 背景音乐增强 - #2
Merged
Merged
Conversation
- 移动端(<860px)顶栏:品牌可收缩省略、隐藏副标,nav-actions 固定不压缩,消除横向溢出 101px - Story 改为按图片形状分向:竖幅上下滚动(14 屏),横幅进左右滑动横向长廊(10 幅,scroll-snap + 逐幅揭示 + 方向视差) - 横廊激活改用视口坐标系 getBoundingClientRect,滑动后 data-active 正确切换 - 背景音乐升级为模块级单例:跨页继续播、iOS AudioContext resume、音量提高并补低音根音、防重复绑定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
三个问题的修复:
本地:tsc + build 144 页通过;浏览器移动端 390px 实测无溢出、横廊左右滑 data-active 正确、音乐点击后 AudioContext running 无报错。