合并代码

This commit is contained in:
筱野
2025-09-28 23:00:57 +08:00
23 changed files with 1901 additions and 422 deletions

View File

@@ -17,7 +17,7 @@ interface PickerOption {
interface PickerProps {
visible: boolean;
setvisible: (visible: boolean) => void;
options?: PickerOption[][];
options?: PickerOption[][] | PickerOption[];
value?: (string | number)[];
type?: "month" | "day" | "hour" | "ntrp" | null;
img?: string;