feat: update
This commit is contained in:
@@ -339,7 +339,7 @@ export default function SettingsScreen() {
|
||||
const theme = useSettingsStore((state) => state.theme);
|
||||
const notificationsEnabled = useSettingsStore((state) => state.notificationsEnabled);
|
||||
const hapticsEnabled = useSettingsStore((state) => state.hapticsEnabled);
|
||||
|
||||
|
||||
const setTheme = useSettingsStore((state) => state.setTheme);
|
||||
const setNotificationsEnabled = useSettingsStore((state) => state.setNotificationsEnabled);
|
||||
const setHapticsEnabled = useSettingsStore((state) => state.setHapticsEnabled);
|
||||
@@ -426,4 +426,3 @@ export default function SettingsScreen() {
|
||||
---
|
||||
|
||||
**提示**:这些示例都是可以直接使用的代码,复制到你的项目中即可!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user