style: tighten H5 guards and legacy student UI

This commit is contained in:
Codex
2026-07-02 02:57:43 +08:00
parent 0c27280f42
commit c74347a7a0
14 changed files with 567 additions and 85 deletions

View File

@@ -60,10 +60,10 @@ export default function StudentHomePage() {
<View className='hero-content'>
<Text className='hero-kicker'></Text>
<Text className='hero-title'></Text>
<Text className='hero-copy'> SaaS </Text>
<Text className='hero-copy'></Text>
<View className='hero-actions'>
<Button className='hero-primary' onClick={() => Taro.navigateTo({ url: '/pages/student/catalog/index' })}></Button>
<Button className='hero-secondary' onClick={() => Taro.navigateTo({ url: '/pages/student/profile/index' })}></Button>
<Button className='hero-secondary' onClick={() => Taro.navigateTo({ url: '/pages/student/reports/index' })}></Button>
</View>
</View>
</View>