change ui to flutter

This commit is contained in:
Simon Ding
2024-07-04 15:01:09 +08:00
parent c88c57365c
commit b1cd8a74fa
223 changed files with 827 additions and 23788 deletions

4
ui/lib/APIs.dart Normal file
View File

@@ -0,0 +1,4 @@
class APIs {
static const _baseUrl = "http://127.0.0.1:8080";
static const searchUrl = "$_baseUrl/api/v1/tv/search";
}