mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[fix(Login)]: Typed static property fixed #151
This commit is contained in:
parent
e191f292e6
commit
b97ca29d5a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user