fix: move hardcoded text to language settings (#16990) (#17133)

This commit is contained in:
Perfecto
2025-04-02 22:35:51 +08:00
committed by GitHub
parent 5cffcd6336
commit 16c722d1d8
12 changed files with 40 additions and 14 deletions

View File

@@ -56,6 +56,8 @@ const PluginPage = ({
const searchParams = useSearchParams()
const { replace } = useRouter()
document.title = `${t('plugin.metadata.title')} - Dify`
// just support install one package now
const packageId = useMemo(() => {
const idStrings = searchParams.get(PACKAGE_IDS_KEY)