修复步数修改工具

This commit is contained in:
net909
2025-09-26 11:33:38 +08:00
parent f5a6c11dda
commit bc64066301
5 changed files with 108 additions and 45 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace plugin\utility\videoparse;
interface api
{
public function parse($url);
}