[PR #51] [MERGED] Dev #167

Closed
opened 2026-02-28 00:38:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/51
Author: @team-ide
Created: 5/5/2022
Status: Merged
Merged: 5/5/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (2)

  • 03879b1 服务端定义Toolbox模型配置属性
  • 582d242 工具箱表单字段通过服务传递

📊 Changes

57 files changed (+1264 additions, -3507 deletions)

View changed files

📝 README.md (+1 -1)
📝 RELEASE.md (+2 -1)
📝 RELEASE_HISTORY.md (+8 -0)
html/src/component/Icon.vue (+30 -0)
html/src/component/IconFont.vue (+38 -0)
html/src/component/iconfont/demo.css (+539 -0)
html/src/component/iconfont/demo_index.html (+349 -0)
html/src/component/iconfont/iconfont.css (+43 -0)
html/src/component/iconfont/iconfont.js (+1 -0)
html/src/component/iconfont/iconfont.json (+58 -0)
html/src/component/iconfont/iconfont.ttf (+0 -0)
html/src/component/iconfont/iconfont.woff (+0 -0)
html/src/component/iconfont/iconfont.woff2 (+0 -0)
📝 html/src/component/index.js (+6 -38)
html/src/component/modelEditor/Action.vue (+0 -206)
html/src/component/modelEditor/AddStep.vue (+0 -141)
html/src/component/modelEditor/Field.vue (+0 -48)
html/src/component/modelEditor/FieldInput.vue (+0 -77)
html/src/component/modelEditor/FieldList.vue (+0 -150)
html/src/component/modelEditor/Fields.vue (+0 -64)

...and 37 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/51 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 5/5/2022 **Status:** ✅ Merged **Merged:** 5/5/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`03879b1`](https://github.com/team-ide/teamide/commit/03879b130a12ac7e7f8b88bdeaea541f67f672df) 服务端定义Toolbox模型配置属性 - [`582d242`](https://github.com/team-ide/teamide/commit/582d24212d9f78dd639231e520742e4e14c68592) 工具箱表单字段通过服务传递 ### 📊 Changes **57 files changed** (+1264 additions, -3507 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `RELEASE.md` (+2 -1) 📝 `RELEASE_HISTORY.md` (+8 -0) ➕ `html/src/component/Icon.vue` (+30 -0) ➕ `html/src/component/IconFont.vue` (+38 -0) ➕ `html/src/component/iconfont/demo.css` (+539 -0) ➕ `html/src/component/iconfont/demo_index.html` (+349 -0) ➕ `html/src/component/iconfont/iconfont.css` (+43 -0) ➕ `html/src/component/iconfont/iconfont.js` (+1 -0) ➕ `html/src/component/iconfont/iconfont.json` (+58 -0) ➕ `html/src/component/iconfont/iconfont.ttf` (+0 -0) ➕ `html/src/component/iconfont/iconfont.woff` (+0 -0) ➕ `html/src/component/iconfont/iconfont.woff2` (+0 -0) 📝 `html/src/component/index.js` (+6 -38) ➖ `html/src/component/modelEditor/Action.vue` (+0 -206) ➖ `html/src/component/modelEditor/AddStep.vue` (+0 -141) ➖ `html/src/component/modelEditor/Field.vue` (+0 -48) ➖ `html/src/component/modelEditor/FieldInput.vue` (+0 -77) ➖ `html/src/component/modelEditor/FieldList.vue` (+0 -150) ➖ `html/src/component/modelEditor/Fields.vue` (+0 -64) _...and 37 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:58 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#167
No description provided.