Added FLV Player

This commit is contained in:
2025-10-08 01:10:13 +05:30
parent f6be5084ad
commit 40ae8d5f3d
7 changed files with 282 additions and 38 deletions
+2
View File
@@ -16,6 +16,7 @@ export { default as Dropdown } from "../src/components/Dropdown.astro";
export { default as Field } from "../src/components/Field.astro";
export { default as FieldRow } from "../src/components/FieldRow.astro";
export { default as FileUploader } from "../src/components/FileUploader.astro";
export { default as FLVPLayer } from "../src/components/FLVPLayer.astro";
export { default as Form } from "../src/components/Form.astro";
export { default as HLSPLayer } from "../src/components/HLSPLayer.astro";
export { default as Link } from "../src/components/Link.astro";
@@ -44,6 +45,7 @@ export const Dropdown: any;
export const Field: any;
export const FieldRow: any;
export const FileUploader: any;
export const FLVPLayer: any;
export const Form: any;
export const HLSPLayer: any;
export const Link: any;