# fly **Repository Path**: zhou_jia_lin/fly ## Basic Information - **Project Name**: fly - **Description**: react - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-02 - **Last Updated**: 2024-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React 可视化拖拽编辑器 **文件目录** 推荐下载 XMind 流量fly.xmind文件 ``` fly │ ├─ index.html │ ├─ main.tsx │ ├─ packages │ │ ├─ codeEditor 脚本编辑器 │ │ ├─ componentEditor 组件列表编辑器 │ │ │ ├─ index.tsx │ │ │ └─ register.tsx │ │ ├─ dragEditor 拖动编辑器 │ │ │ ├─ index.tsx │ │ │ └─ tool.tsx │ │ ├─ index.ts │ │ ├─ injectScript.tsx 组件初始化注册脚本 │ │ ├─ propertyEditor 属性编辑器 │ │ │ └─ index.tsx │ │ └─ utils 工具函数文件 │ │ └─ common │ ├─ type 全局类型 └─ tsconfig.json ```