revert: 小程序入口按钮恢复到右上角

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-15 11:45:22 +08:00
parent 5d83532b61
commit 9ba180a3ee

View File

@@ -137,12 +137,12 @@ const HomePage: React.FC = () => {
</Container> </Container>
</Box> </Box>
{/* 移动端左下角固定按钮 - 小程序入口 */} {/* 移动端右上角固定按钮 - 小程序入口 */}
{isMobile && ( {isMobile && (
<Box <Box
position="fixed" position="fixed"
bottom="80px" top="70px"
left="16px" right="16px"
zIndex={1000} zIndex={1000}
> >
<MiniProgramLauncher <MiniProgramLauncher