新增 Web API 模式

This commit is contained in:
JoeanAmier
2024-06-03 22:26:11 +08:00
parent e26d4875e3
commit bd0780c344
12 changed files with 166 additions and 18 deletions

View File

@@ -107,7 +107,7 @@ class Setting(Screen):
"language": self.query_one("#language").value,
"image_download": self.query_one("#image_download").value,
"video_download": self.query_one("#video_download").value,
"server": False,
# "server": False,
})
@on(Button.Pressed, "#abandon")