add load from url

This commit is contained in:
lloydzhou
2024-09-03 00:45:11 +08:00
parent 6435e7a30e
commit 3ec67f9f47
4 changed files with 51 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ export function Card(props: { children: JSX.Element[]; className?: string }) {
}
export function ListItem(props: {
title: string;
title?: string;
subTitle?: string | JSX.Element;
children?: JSX.Element | JSX.Element[];
icon?: JSX.Element;