feat: 新增自定义解析接口、自动设置用户名、视频额度刷新

This commit is contained in:
TheSmallHanCat
2025-11-08 22:45:59 +08:00
parent 01523360bb
commit 88d74d0ad0
12 changed files with 663 additions and 85 deletions

View File

@@ -29,7 +29,6 @@ image_timeout = 300
video_timeout = 1500
[admin]
video_cooldown_threshold = 30
error_ban_threshold = 3
[proxy]
@@ -38,6 +37,9 @@ proxy_url = ""
[watermark_free]
watermark_free_enabled = false
parse_method = "third_party"
custom_parse_url = ""
custom_parse_token = ""
[video_length]
default_length = "10s"

View File

@@ -29,7 +29,6 @@ image_timeout = 300
video_timeout = 1500
[admin]
video_cooldown_threshold = 30
error_ban_threshold = 3
[proxy]