refactor(useLightragGraph): Optimize node color generation logic

This commit is contained in:
choizhang
2025-04-03 21:35:28 +08:00
parent 75e8a10c21
commit 312c5b16a5
2 changed files with 37 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { ButtonVariantType } from '@/components/ui/Button'
export const backendBaseUrl = ''
export const backendBaseUrl = 'http://localhost:9621'
export const webuiPrefix = '/webui/'
export const controlButtonVariant: ButtonVariantType = 'ghost'