mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 00:33:37 +08:00
Wire up the "Create Blank Skill" action card to open a modal where users enter a skill name. The modal validates against existing skill names in real-time and creates a folder with a SKILL.md file via batchUpload, then opens the file as a pinned tab. |
||
|---|---|---|
| .. | ||
| category-tabs | ||
| templates | ||
| action-card.tsx | ||
| create-blank-skill-modal.tsx | ||
| create-import-section.tsx | ||
| index.tsx | ||
| section-header.tsx | ||
| skill-templates-section.tsx | ||
| template-card.tsx | ||
| template-search.tsx | ||