[PR #828] [MERGED] Feat/apply free quota #22717

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/828
Author: @zxhlyh
Created: 8/14/2023
Status: Merged
Merged: 8/14/2023
Merged by: @zxhlyh

Base: mainHead: feat/apply-free-quota


📝 Commits (3)

📊 Changes

15 files changed (+196 additions, -54 deletions)

View changed files

📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/page.tsx (+0 -2)
📝 web/app/(commonLayout)/apps/Apps.tsx (+10 -1)
📝 web/app/components/app/overview/apikey-info-panel/index.tsx (+28 -24)
📝 web/app/components/header/account-setting/model-page/configs/spark.tsx (+10 -10)
📝 web/app/components/header/account-setting/model-page/declarations.ts (+4 -0)
web/app/components/header/account-setting/model-page/model-item/FreeQuota.tsx (+100 -0)
📝 web/app/components/header/account-setting/model-page/model-item/Setting.tsx (+13 -0)
📝 web/app/components/header/account-setting/model-page/model-item/index.tsx (+2 -0)
📝 web/config/index.ts (+1 -0)
📝 web/i18n/lang/app-overview.en.ts (+1 -0)
📝 web/i18n/lang/app-overview.zh.ts (+1 -0)
📝 web/i18n/lang/common.en.ts (+1 -0)
📝 web/i18n/lang/common.zh.ts (+1 -0)
📝 web/service/common.ts (+4 -0)
📝 web/utils/format.ts (+20 -17)

📄 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/828 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@zxhlyh](https://github.com/zxhlyh) **Base:** `main` ← **Head:** `feat/apply-free-quota` --- ### 📝 Commits (3) - [`b0dc521`](https://github.com/langgenius/dify/commit/b0dc5218e85241b9f2583725e0bb2bd3547a19d0) feat: apply free quota - [`5fb868a`](https://github.com/langgenius/dify/commit/5fb868a337a35be55011c49b65097f53118bea98) fix: show api card bug - [`ca536d7`](https://github.com/langgenius/dify/commit/ca536d739c73c0c9414a37b111f63df0774b32c8) fix ### 📊 Changes **15 files changed** (+196 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/page.tsx` (+0 -2) 📝 `web/app/(commonLayout)/apps/Apps.tsx` (+10 -1) 📝 `web/app/components/app/overview/apikey-info-panel/index.tsx` (+28 -24) 📝 `web/app/components/header/account-setting/model-page/configs/spark.tsx` (+10 -10) 📝 `web/app/components/header/account-setting/model-page/declarations.ts` (+4 -0) ➕ `web/app/components/header/account-setting/model-page/model-item/FreeQuota.tsx` (+100 -0) 📝 `web/app/components/header/account-setting/model-page/model-item/Setting.tsx` (+13 -0) 📝 `web/app/components/header/account-setting/model-page/model-item/index.tsx` (+2 -0) 📝 `web/config/index.ts` (+1 -0) 📝 `web/i18n/lang/app-overview.en.ts` (+1 -0) 📝 `web/i18n/lang/app-overview.zh.ts` (+1 -0) 📝 `web/i18n/lang/common.en.ts` (+1 -0) 📝 `web/i18n/lang/common.zh.ts` (+1 -0) 📝 `web/service/common.ts` (+4 -0) 📝 `web/utils/format.ts` (+20 -17) </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:36 -05:00
yindo closed this issue 2026-02-21 20:19:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22717