Iris Shi
Iris Shi
### Description When “Open items with a single click" is enabled, double-clicking on any item in the page opens the file, but the page navigates to the parent directory. In...
Closes #4202 I was unable to write a test because `FileMetadata` only returns mode `0o100000` for the files, no permission information is provided.
1. Replace the original `FileLoadStore` trait with some "real abstractions." 2. Considered sufficient scalability, it should be seamlessly applicable in other scenarios requiring persistent storage. 3. Ignore the branch name;...
- Closes #1129.