fix multiple prompt timer bug

This commit is contained in:
crazywhalecc
2023-02-12 00:19:53 +08:00
committed by Jerry
parent b61421f2b6
commit ae742c1568
4 changed files with 23 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ class Framework
public const VERSION_ID = 689;
/** @var string 版本名称 */
public const VERSION = '3.0.1';
public const VERSION = '3.0.2';
/** @var array 传入的参数 */
protected array $argv;