V4.9.7 feature (#4669)

* update doc

* feat: Add coupon redemption feature for team subscriptions (#4595)

* feat: Add coupon redemption feature for team subscriptions

- Introduced `TeamCouponSub` and `TeamCouponSchema` types
- Added `redeemCoupon` API endpoint
- Updated UI to include a modal for coupon redemption
- Added new icon and translations for "Redeem coupon"

* perf: remove field teamId

* perf: use dynamic import

* refactor: move to page component

* perf: coupon code

* perf: mcp server

* perf: test

* auto layout (#4634)

* fix 4.9.6 (#4631)

* fix debug quote list

* delete next text node match

* fix extract default boolean value

* export latest 100 chat items

* fix quote item ui

* doc

* fix doc

* feat: auto layout

* perf: auto layout

* fix: auto layout null

* add start node

---------

Co-authored-by: heheer <heheer@sealos.io>

* fix: share link (#4644)

* Add workflow run duration;Get audio duration (#4645)

* add duration

* get audio duration

* Custom config path (#4649)

* feat: 通过环境变量DATA_PATH获取配置文件目录 (#4622)

通过环境变量DATA_PATH获取配置文件目录,以应对不同的部署方式的多样化需求

* feat: custom configjson path

* doc

---------

Co-authored-by: John Chen <sss1991@163.com>

* 程序api调用场景下,如果大量调用带有图片或视频,产生的聊天记录会导致后台mongo数据库异常。这个修改给api客户端一个禁止生成聊天记录的选项,避免这个后果。 (#3964)

* update special chatId

* perf: vector db rename

* update operationLog (#4647)

* update operationLog

* combine operationLogMap

* solve operationI18nLogMap bug

* remoce log

* feat: Rerank usage (#4654)

* refresh concat when update (#4655)

* fix: refresh code

* perf: timer lock

* Fix operationLog (#4657)

* perf: http streamable mcp

* add alipay (#4630)

* perf: subplan ui

* perf: pay code

* hiden bank tip

* Fix: pay error (#4665)

* fix quote number (#4666)

* remove log

---------

Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com>
Co-authored-by: heheer <heheer@sealos.io>
Co-authored-by: John Chen <sss1991@163.com>
Co-authored-by: gaord <bengao168@msn.com>
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
This commit is contained in:
Archer
2025-04-26 16:17:21 +08:00
committed by GitHub
parent a669a60fe6
commit 0720bbe4da
143 changed files with 2067 additions and 1093 deletions

View File

@@ -0,0 +1,9 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="icon/line/wallet">
<g id="Vector">
<path d="M3.35205 3.84415C1.90167 4.09989 0.93322 5.48298 1.18896 6.93337L1.66743 9.6469V6.69182C1.66743 5.58725 2.56286 4.69182 3.66743 4.69182H6.22302L14.2787 3.27139C15.0039 3.14352 15.6954 3.62775 15.8233 4.35294L15.883 4.69182H16.3327C16.6749 4.69182 16.9971 4.7778 17.2788 4.92933L17.1364 4.12141C16.8806 2.67103 15.4975 1.70257 14.0471 1.95832L3.35205 3.84415Z" fill="#3370FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.834106 6.69182C0.834106 5.12702 2.10263 3.85849 3.66744 3.85849H16.3327C17.8975 3.85849 19.166 5.12702 19.166 6.69182V15.2493C19.166 16.8141 17.8975 18.0827 16.3327 18.0827H3.66744C2.10263 18.0827 0.834106 16.8141 0.834106 15.2493V6.69182ZM3.66744 5.52516C3.02311 5.52516 2.50077 6.04749 2.50077 6.69182V15.2493C2.50077 15.8937 3.02311 16.416 3.66744 16.416H16.3327C16.977 16.416 17.4993 15.8937 17.4993 15.2493V6.69182C17.4993 6.04749 16.977 5.52516 16.3327 5.52516H3.66744Z" fill="#3370FF"/>
<path d="M15.7837 11.0202C15.7837 11.7539 15.1889 12.3487 14.4553 12.3487C13.7216 12.3487 13.1268 11.7539 13.1268 11.0202C13.1268 10.2866 13.7216 9.69182 14.4553 9.69182C15.1889 9.69182 15.7837 10.2866 15.7837 11.0202Z" fill="#3370FF"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB