mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
[enhancement]: support viewing current/setting current time in remote
This commit is contained in:
@@ -139,6 +139,12 @@ export const useRemoteStore = create<SettingsSlice>()(
|
||||
});
|
||||
break;
|
||||
}
|
||||
case 'position': {
|
||||
set((state) => {
|
||||
state.info.position = data;
|
||||
});
|
||||
break;
|
||||
}
|
||||
case 'proxy': {
|
||||
set((state) => {
|
||||
if (state.info.song) {
|
||||
|
||||
Reference in New Issue
Block a user