Update .gitignore rules

This commit is contained in:
技术老胡
2025-04-18 18:10:02 +08:00
parent 748356cc6b
commit a6b5133cc3
35 changed files with 11 additions and 2521 deletions

View File

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