feat: add mastery feature to recitation wheel

This commit is contained in:
赵杰 Jie Zhao (雄狮汽车科技)
2025-11-02 23:46:11 +08:00
parent eddbe71849
commit cad03268f3
14 changed files with 439 additions and 617 deletions

View File

@@ -21,9 +21,6 @@ def check_flask():
return False
def main():
"""启动网页应用"""
print("🌐 启动网页应用...")
print("=" * 50)
if not check_flask():
return False