* 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