feat: 登录过期自动续登并校验同一账号
This commit is contained in:
@@ -15,7 +15,7 @@ export default function ThemeToggle() {
|
||||
|
||||
return (
|
||||
<View className='theme-toggle' onTap={handleToggle}>
|
||||
<Text className='theme-icon'>{theme === 'light' ? '🌙' : '☀️'}</Text>
|
||||
<Text className='theme-icon'>{theme === 'light' ? '深色' : '浅色'}</Text>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user