[PR #25] [MERGED] Dev #140

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (7)

  • 489f068 Update release.yml
  • f32446f Update release.yml
  • c22605e Update release.yml
  • fb399a2 Update release.yml
  • 91487f3 启动失败输出部分错误日志
  • f14f58a 程序内部添加默认证书
  • e70b18e 添加应用管理,本地系统用户自动登录

📊 Changes

31 files changed (+1507 additions, -188 deletions)

View changed files

📝 .github/workflows/release.yml (+32 -45)
data/native/apps/bbbb (+2 -0)
data/native/apps/ccc (+0 -0)
data/native/apps/sdfsdf (+0 -0)
📝 html/src/App.vue (+0 -12)
📝 html/src/component/Form.vue (+2 -17)
📝 html/src/component/index.js (+0 -6)
html/src/component/workspace/Workspace.vue (+0 -29)
📝 html/src/form/form.js (+49 -0)
html/src/server/application.js (+33 -0)
📝 html/src/server/index.js (+8 -20)
html/src/source/application.js (+23 -0)
📝 html/src/source/index.js (+7 -9)
html/src/source/toolbox.js (+5 -0)
html/src/source/workspace.js (+5 -0)
html/src/views/application/AppForm.vue (+90 -0)
html/src/views/application/Header.vue (+185 -0)
📝 html/src/views/application/Index.vue (+134 -7)
html/src/views/application/Left.vue (+325 -0)
📝 html/src/views/application/Main.vue (+1 -5)

...and 11 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/25 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 1/22/2022 **Status:** ✅ Merged **Merged:** 1/22/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`489f068`](https://github.com/team-ide/teamide/commit/489f068d0d4d5b3ef10e7d02f8bd59041a76f691) Update release.yml - [`f32446f`](https://github.com/team-ide/teamide/commit/f32446f3c546eb11407e461b16477cbe1f3b37f9) Update release.yml - [`c22605e`](https://github.com/team-ide/teamide/commit/c22605e2ac3065c5b4109c3bb3cc0d86b4e60c23) Update release.yml - [`fb399a2`](https://github.com/team-ide/teamide/commit/fb399a2c9a0b9b9b9e10c76957760252ef7d0b6f) Update release.yml - [`91487f3`](https://github.com/team-ide/teamide/commit/91487f38c04408a7c68f933b1c6da320dda7fdeb) 启动失败输出部分错误日志 - [`f14f58a`](https://github.com/team-ide/teamide/commit/f14f58a1e32530cb505678fb66e5a905d467e074) 程序内部添加默认证书 - [`e70b18e`](https://github.com/team-ide/teamide/commit/e70b18e5e55307a64bb226908d10862fe253cf3b) 添加应用管理,本地系统用户自动登录 ### 📊 Changes **31 files changed** (+1507 additions, -188 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+32 -45) ➕ `data/native/apps/bbbb` (+2 -0) ➕ `data/native/apps/ccc` (+0 -0) ➕ `data/native/apps/sdfsdf` (+0 -0) 📝 `html/src/App.vue` (+0 -12) 📝 `html/src/component/Form.vue` (+2 -17) 📝 `html/src/component/index.js` (+0 -6) ➖ `html/src/component/workspace/Workspace.vue` (+0 -29) 📝 `html/src/form/form.js` (+49 -0) ➕ `html/src/server/application.js` (+33 -0) 📝 `html/src/server/index.js` (+8 -20) ➕ `html/src/source/application.js` (+23 -0) 📝 `html/src/source/index.js` (+7 -9) ➕ `html/src/source/toolbox.js` (+5 -0) ➕ `html/src/source/workspace.js` (+5 -0) ➕ `html/src/views/application/AppForm.vue` (+90 -0) ➕ `html/src/views/application/Header.vue` (+185 -0) 📝 `html/src/views/application/Index.vue` (+134 -7) ➕ `html/src/views/application/Left.vue` (+325 -0) 📝 `html/src/views/application/Main.vue` (+1 -5) _...and 11 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:51 +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#140
No description provided.