revert: 小程序入口按钮恢复到右上角
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -137,12 +137,12 @@ const HomePage: React.FC = () => {
|
||||
</Container>
|
||||
</Box>
|
||||
|
||||
{/* 移动端左下角固定按钮 - 小程序入口 */}
|
||||
{/* 移动端右上角固定按钮 - 小程序入口 */}
|
||||
{isMobile && (
|
||||
<Box
|
||||
position="fixed"
|
||||
bottom="80px"
|
||||
left="16px"
|
||||
top="70px"
|
||||
right="16px"
|
||||
zIndex={1000}
|
||||
>
|
||||
<MiniProgramLauncher
|
||||
|
||||
Reference in New Issue
Block a user