add web ui

This commit is contained in:
YuanHui
2025-12-02 12:22:06 +08:00
parent 27d6248833
commit 9d1429eeb2
25 changed files with 3184 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "edge-tts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []