Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins

This commit is contained in:
Joel
2024-10-28 10:59:39 +08:00
3 changed files with 29 additions and 29 deletions

View File

@ -1,11 +1,11 @@
'use client'
import React, { useEffect, useRef, useState } from 'react'
import { useTranslation } from 'react-i18next'
import QRCode from 'qrcode.react'
import { QRCodeCanvas as QRCode } from 'qrcode.react'
import QrcodeStyle from './style.module.css'
import Tooltip from '@/app/components/base/tooltip'
type Props = {
interface Props {
content: string
selectorId: string
className?: string