feat: 添加视频源配置管理功能,包括导入和导出配置的支持

This commit is contained in:
katelya
2025-09-02 17:56:48 +08:00
parent 1e3467fff2
commit d8e8510e5e
3 changed files with 233 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"cache_time": 7200,
"api_site": {
"test_source": {
"api": "https://test.example.com/api.php/provide/vod",
"name": "测试视频源",
"detail": "https://test.example.com"
},
"another_test": {
"api": "https://another.example.com/api.php/provide/vod",
"name": "另一个测试源"
}
}
}