diff --git a/src/plugin/Login.php b/src/plugin/Login.php index 4c8f4ae..60783aa 100644 --- a/src/plugin/Login.php +++ b/src/plugin/Login.php @@ -21,8 +21,8 @@ class Login use TimeLock; // 账密 - private static string $username; - private static string $password; + private static ?string $username = ''; + private static ?string $password = ''; /** * @use run