clean default

This commit is contained in:
Stephen Zhou
2026-02-06 18:27:29 +08:00
parent c183d653a1
commit 32f265b9f0
10 changed files with 29 additions and 97 deletions

View File

@ -130,7 +130,7 @@ export const getVars = (value: string) => {
// Set the value of basePath
// example: /dify
export const basePath = env.NEXT_PUBLIC_BASE_PATH || ''
export const basePath = env.NEXT_PUBLIC_BASE_PATH
export function getMarketplaceUrl(path: string, params?: Record<string, string | undefined>) {
const searchParams = new URLSearchParams({ source: encodeURIComponent(window.location.origin) })