mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-12 12:05:17 +01:00
* feat(local file page): Display server names for server folders In the local file list, server folders will display their corresponding server names, enhancing the user experience. * fix(storage page): Use ref.read instead of ref.watch to fetch the server list Avoid unnecessary watch operations during construction, reducing potential performance overhead