chore: sync workspace state

This commit is contained in:
2026-03-29 01:36:53 +08:00
parent eb5de3e3d4
commit e5cb79f3ce
4935 changed files with 35593 additions and 360696 deletions

View File

@@ -34,9 +34,10 @@ public:
void Initialize(const std::string& projectPath) override;
void RefreshCurrentFolder() override;
void CreateFolder(const std::string& name) override;
AssetItemPtr CreateFolder(const std::string& name) override;
bool DeleteItem(const std::string& fullPath) override;
bool MoveItem(const std::string& sourceFullPath, const std::string& destFolderFullPath) override;
bool RenameItem(const std::string& sourceFullPath, const std::string& newName) override;
const std::string& GetProjectPath() const override { return m_projectPath; }