更新插件管理

This commit is contained in:
技术老胡
2025-03-01 12:54:53 +08:00
parent 6e42b0359e
commit aff1c51227
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
class Plugin
{
private static $siteUrl = 'http://localhost:60';
private static $siteUrl = 'https://api.zhaidashi.cn';
// 获取全部插件(含本地)
public static function getAllPlugins(array $local_plugin = []): array
{