-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
创建首页V2 代码脚手架 #1522
base: master
Are you sure you want to change the base?
创建首页V2 代码脚手架 #1522
Conversation
|
头部导航菜单暂时隐去,准备移至顶部
请 @rovinglight 审核。任务背景:#1520 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
js/packages/miniapp/src/assets/background.png
这个图片文件好像已经进行过尺寸裁剪了,但建议再进行如下几步处理:
- 裁剪掉顶部透明部分,或者直接用 CSS 隐藏起来。
- 将图片转换为 JPG 格式。因为相比于 PNG,JPG 的文件体积总是要小很多,只不过无法记录透明像素。
- 压缩一下,转换以及压缩都可以用 Squoosh 来进行。
这张图片处理过后应该可以减少 95% 左右的文件大小,最终可能在 10kb 左右。
padding-left: 50rpx; | ||
padding-right: 50rpx; | ||
border-radius: 20rpx; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里直接写 px
即可,编译时 Taro 会将其转换成 rpx
的。
Thanks,其他部分看起来没问题。抱歉 review 拖得有点久~ |
No description provided.