+
+
+ setEditForm({ ...editForm, name: e.target.value })}
+ placeholder="输入项目名称"
+ />
+
+
+
+
+
+
+
仓库信息
+
+
+
+ setEditForm({ ...editForm, repository_url: e.target.value })}
+ placeholder="https://github.com/username/repo"
+ />
+
+
+
+
+
+
+
+
+
+
+ setEditForm({ ...editForm, default_branch: e.target.value })}
+ placeholder="main"
+ />
+
+
+