add timer tick

This commit is contained in:
Jerry
2023-02-10 13:12:20 +08:00
parent f03c0940da
commit df25aebd60
11 changed files with 132 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ class Framework
public const VERSION_ID = 681;
/** @var string 版本名称 */
public const VERSION = '3.0.0-beta7';
public const VERSION = '3.0.0-beta8';
/** @var array 传入的参数 */
protected array $argv;