[PR #1277] [MERGED] Application share qrcode #22980

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1277
Author: @charli117
Created: 10/7/2023
Status: Merged
Merged: 10/7/2023
Merged by: @crazywoola

Base: mainHead: application-share-qrcode


📝 Commits (10+)

  • 0527dcc restore the application template
  • b43219a restore the application template
  • 345406f Merge remote-tracking branch 'origin/main' into application-share-qrcode
  • 60af91e application Share QrCode
  • 0eb18ae Update web/i18n/lang/app-overview.en.ts
  • 05b8e21 Optimized translation & delete comment
  • c876845 Merge remote-tracking branch 'origin/application-share-qrcode' into application-share-qrcode
  • 98e8fc8 Style optimization
  • 618099e fix: qr code image and some styles
  • d45517a fix: qrcode image not centered

📊 Changes

8 files changed (+143 additions, -0 deletions)

View changed files

📝 web/app/components/app/overview/appCard.tsx (+2 -0)
web/app/components/base/qrcode/index.tsx (+61 -0)
web/app/components/base/qrcode/style.module.css (+61 -0)
web/app/components/develop/secret-key/assets/qrcode-hover.svg (+4 -0)
web/app/components/develop/secret-key/assets/qrcode.svg (+4 -0)
📝 web/i18n/lang/app-overview.en.ts (+5 -0)
📝 web/i18n/lang/app-overview.zh.ts (+5 -0)
📝 web/package.json (+1 -0)

📄 Description

应用分享二维码生成及点击下载


🔄 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/1277 **Author:** [@charli117](https://github.com/charli117) **Created:** 10/7/2023 **Status:** ✅ Merged **Merged:** 10/7/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `application-share-qrcode` --- ### 📝 Commits (10+) - [`0527dcc`](https://github.com/langgenius/dify/commit/0527dcc2606f9b7635d1fdf359830d9f4166b96e) restore the application template - [`b43219a`](https://github.com/langgenius/dify/commit/b43219a0b3b9ddbe2473b66cb6d173f893e020b3) restore the application template - [`345406f`](https://github.com/langgenius/dify/commit/345406f4b078cc77c84c5399daa545bd64e9fc35) Merge remote-tracking branch 'origin/main' into application-share-qrcode - [`60af91e`](https://github.com/langgenius/dify/commit/60af91e904361ba233e1d529bcf6b6e14eddbaa1) application Share QrCode - [`0eb18ae`](https://github.com/langgenius/dify/commit/0eb18ae094be2d112c24937c5410301fc61d7a5c) Update web/i18n/lang/app-overview.en.ts - [`05b8e21`](https://github.com/langgenius/dify/commit/05b8e21bededfd2cb7442c59a15a8859e2e7d212) Optimized translation & delete comment - [`c876845`](https://github.com/langgenius/dify/commit/c876845315c33318dab3ae51ecc0a0d133f34a27) Merge remote-tracking branch 'origin/application-share-qrcode' into application-share-qrcode - [`98e8fc8`](https://github.com/langgenius/dify/commit/98e8fc8d7306e62225d645743ef4108a296cec45) Style optimization - [`618099e`](https://github.com/langgenius/dify/commit/618099ed766ce26b6e36f8b1f4984735cf66f5cc) fix: qr code image and some styles - [`d45517a`](https://github.com/langgenius/dify/commit/d45517ac3d1dc57df25d0fb0c135929e795753ec) fix: qrcode image not centered ### 📊 Changes **8 files changed** (+143 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app/overview/appCard.tsx` (+2 -0) ➕ `web/app/components/base/qrcode/index.tsx` (+61 -0) ➕ `web/app/components/base/qrcode/style.module.css` (+61 -0) ➕ `web/app/components/develop/secret-key/assets/qrcode-hover.svg` (+4 -0) ➕ `web/app/components/develop/secret-key/assets/qrcode.svg` (+4 -0) 📝 `web/i18n/lang/app-overview.en.ts` (+5 -0) 📝 `web/i18n/lang/app-overview.zh.ts` (+5 -0) 📝 `web/package.json` (+1 -0) </details> ### 📄 Description 应用分享二维码生成及点击下载 --- <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:20:11 -05:00
yindo closed this issue 2026-02-21 20:20:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22980