chore: update the llamabox backend tips

This commit is contained in:
jialin
2025-03-12 18:40:10 +08:00
parent fc0899d9d3
commit b31099c94d
8 changed files with 31 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import React from 'react';
import './block.less';
interface AlertInfoProps {
type: 'danger' | 'warning';
message: string;
message: React.ReactNode;
rows?: number;
icon?: React.ReactNode;
ellipsis?: boolean;