refactor and add more linux extensions and libraries

This commit is contained in:
crazywhalecc
2023-03-26 22:27:51 +08:00
parent 17e0265ed0
commit 84b1732683
38 changed files with 1059 additions and 360 deletions

View File

@@ -45,4 +45,8 @@ const BUILD_STATUS_OK = 0;
const BUILD_STATUS_ALREADY = 1;
const BUILD_STATUS_FAILED = 2;
// 编译类型
const BUILD_TYPE_CLI = 1;
const BUILD_TYPE_MICRO = 2;
ConsoleLogger::$date_format = 'H:i:s';