重构作品分享链路
统一发布分享弹窗为作品分享卡片 支持下载分享卡与小程序九宫切图保存 小程序复制链接改为可直达作品详情的 web-view 路径 修复本地 dev Rust 构建绕过损坏 sccache 补充分享链路与 dev 启动文档和测试
This commit is contained in:
@@ -5303,6 +5303,19 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
box-shadow: var(--platform-recommend-runtime-shadow);
|
||||
}
|
||||
|
||||
html[data-wechat-mini-program-runtime='true']
|
||||
.platform-recommend-runtime-panel {
|
||||
max-height: min(76dvh, 42rem);
|
||||
transform: scale(0.88);
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
html[data-wechat-mini-program-runtime='true']
|
||||
.platform-recommend-swipe-card__visual {
|
||||
transform: scale(0.88);
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
.platform-recommend-runtime-viewport {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
|
||||
Reference in New Issue
Block a user