This commit is contained in:
sleepwithoutbz
2025-11-10 21:48:25 +08:00
parent de451f2aab
commit 1a5189ab73
16 changed files with 815 additions and 121 deletions

4
src/types/VideoUrl.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export type VideoUrl = {
url: string
display: string
}