init: init proj

This commit is contained in:
2026-02-26 22:15:35 +08:00
commit 7ef5348f65
43 changed files with 3085 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import Foundation
struct Episode: Identifiable, Codable, Hashable {
let id: Int
let name: String // "01"
let url: String // m3u8
}