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

This reverts commit 16c722d1d8.
This commit is contained in:
crazywoola
2025-04-05 11:36:03 +08:00
committed by GitHub
parent fcd5fcca83
commit 80a50633ea
12 changed files with 14 additions and 40 deletions

View File

@ -56,8 +56,6 @@ 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)