修复了一些小bug - #5
Open
Tkingxiao wants to merge 3 commits into
Open
Conversation
- Point Gradle distribution and Maven repos to Aliyun/Tencent mirrors for reliable downloads in mainland China; raise network timeout to 60s. - Stop tracking CMake .cxx build outputs under core/usb-audio.
- Replace HorizontalPager with always-composed pages animated by graphicsLayer translation, so tapping any tab slides the target in as an adjacent page without sweeping through intermediate pages or re-rendering. - Rebuild the dock indicator as an icon-aligned pill that glides between tabs, and remove the ripple overlay. - Frame the Echo Link QR scanner header and close button in a frosted card. - Fix inspection warnings: drop unused val/const/enum (LibrarySortMode, Smoke, Netease, lastScanCount), UPPER_SNAKE const names, Uri.parse -> toUri(), remove redundant OptIn qualifier and residual allowClearIfEmpty param.
add configurable domestic maven mirror support, default disabled to not affect CI. users can enable it via environment variable or gradle property
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.
改动
去除了构建产生的cxx临时文件
优化了性能模式和相关产生的卡顿bug
将界面切换成分组式可拼接界面,优化切换页速度和性能
优化标题界四个按钮粉色胶囊判断位置和大小
为扫码功能的提示文字和按钮增加矩形框提示增加对比度