[PR #940] [MERGED] chore: perfect type definition #22786

Closed
opened 2026-02-21 20:19:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/940
Author: @jiaowoxiaobala
Created: 8/21/2023
Status: Merged
Merged: 8/21/2023
Merged by: @iamjoel

Base: mainHead: main


📝 Commits (2)

  • 7a79b3c chore: perfect type definition
  • 81b2275 Merge branch 'langgenius:main' into main

📊 Changes

25 files changed (+97 additions, -70 deletions)

View changed files

📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/cardView.tsx (+2 -1)
📝 web/app/components/app/chat/answer/index.tsx (+1 -1)
📝 web/app/components/app/chat/index.tsx (+3 -3)
📝 web/app/components/app/configuration/config-var/input-type-icon.tsx (+10 -10)
📝 web/app/components/app/configuration/dataset-config/card-item/index.tsx (+2 -7)
📝 web/app/components/app/overview/appCard.tsx (+5 -4)
📝 web/app/components/app/overview/settings/index.tsx (+6 -2)
📝 web/app/components/app/text-generate/item/index.tsx (+2 -2)
📝 web/app/components/base/portal-to-follow-elem/index.tsx (+15 -15)
📝 web/app/components/base/radio/component/radio/index.tsx (+1 -1)
📝 web/app/components/datasets/settings/form/index.tsx (+2 -1)
📝 web/app/components/develop/secret-key/secret-key-modal.tsx (+1 -1)
📝 web/app/components/explore/app-list/index.tsx (+4 -2)
📝 web/app/components/explore/create-app-modal/index.tsx (+7 -3)
📝 web/app/components/explore/universal-chat/config-view/detail/index.tsx (+2 -1)
📝 web/app/components/explore/universal-chat/config-view/summary/index.tsx (+2 -1)
📝 web/app/components/explore/universal-chat/config/index.tsx (+3 -2)
📝 web/app/components/explore/universal-chat/config/plugins-config/index.tsx (+2 -1)
📝 web/app/components/header/account-setting/model-page/model-item/Card.tsx (+2 -2)
📝 web/app/components/header/account-setting/model-page/model-selector/index.tsx (+14 -3)

...and 5 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/langgenius/dify/pull/940 **Author:** [@jiaowoxiaobala](https://github.com/jiaowoxiaobala) **Created:** 8/21/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@iamjoel](https://github.com/iamjoel) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`7a79b3c`](https://github.com/langgenius/dify/commit/7a79b3c9816c102c5396633f9da4b24f674c7aaf) chore: perfect type definition - [`81b2275`](https://github.com/langgenius/dify/commit/81b22758da521baf6e78d555b4e9a3c89f0683fe) Merge branch 'langgenius:main' into main ### 📊 Changes **25 files changed** (+97 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/cardView.tsx` (+2 -1) 📝 `web/app/components/app/chat/answer/index.tsx` (+1 -1) 📝 `web/app/components/app/chat/index.tsx` (+3 -3) 📝 `web/app/components/app/configuration/config-var/input-type-icon.tsx` (+10 -10) 📝 `web/app/components/app/configuration/dataset-config/card-item/index.tsx` (+2 -7) 📝 `web/app/components/app/overview/appCard.tsx` (+5 -4) 📝 `web/app/components/app/overview/settings/index.tsx` (+6 -2) 📝 `web/app/components/app/text-generate/item/index.tsx` (+2 -2) 📝 `web/app/components/base/portal-to-follow-elem/index.tsx` (+15 -15) 📝 `web/app/components/base/radio/component/radio/index.tsx` (+1 -1) 📝 `web/app/components/datasets/settings/form/index.tsx` (+2 -1) 📝 `web/app/components/develop/secret-key/secret-key-modal.tsx` (+1 -1) 📝 `web/app/components/explore/app-list/index.tsx` (+4 -2) 📝 `web/app/components/explore/create-app-modal/index.tsx` (+7 -3) 📝 `web/app/components/explore/universal-chat/config-view/detail/index.tsx` (+2 -1) 📝 `web/app/components/explore/universal-chat/config-view/summary/index.tsx` (+2 -1) 📝 `web/app/components/explore/universal-chat/config/index.tsx` (+3 -2) 📝 `web/app/components/explore/universal-chat/config/plugins-config/index.tsx` (+2 -1) 📝 `web/app/components/header/account-setting/model-page/model-item/Card.tsx` (+2 -2) 📝 `web/app/components/header/account-setting/model-page/model-selector/index.tsx` (+14 -3) _...and 5 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>
yindo added the pull-request label 2026-02-21 20:19:45 -05:00
yindo closed this issue 2026-02-21 20:19:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22786