update:文件后缀、icon添加

This commit is contained in:
xiaozhu
2026-08-31 17:27:50 +08:00
parent 20eadb953b
commit 4ff0f344af
3 changed files with 83 additions and 29 deletions
@@ -251,7 +251,7 @@ export const useUiStore = create<UiState>((set) => ({
open: true,
file,
parentPath,
resourceName: file.name.replace(/\.[^/.]+$/, ""),
resourceName: file.name,
visibility: "workspace",
description: "",
uploading: false,