Go to file
2026-01-16 22:24:14 +08:00
blueprints feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
middlewares feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
migrations feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
services feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
static feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
templates feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
.gitignore feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
app.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
check_alipay_config.py fix(payment): 增加支付回调签名验证日志及异常处理 2026-01-14 19:48:00 +08:00
config.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
create_database.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
extensions.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
fix_db_manual_points.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
fix_db_manual.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
force_init.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
init_db.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
init_dicts.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
init_notifications.py feat(admin): 添加系统通知管理及前端通知显示功能 2026-01-12 23:29:29 +08:00
init_rbac.py feat(admin): 添加系统通知管理及前端通知显示功能 2026-01-12 23:29:29 +08:00
migrate_api_key.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
migrate_db.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
migrate_rbac.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
models.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
requirements.txt feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
sync_db.py feat(payment): 集成支付宝支付与订单管理功能 2026-01-14 17:00:43 +08:00
sync_history_db.py feat(api): 实现图像生成及后台同步功能 2026-01-12 00:53:31 +08:00
sync_videos_manual.py feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
test_alipay_verify.py fix(payment): 增加支付回调签名验证日志及异常处理 2026-01-14 19:48:00 +08:00