first commit

This commit is contained in:
陈赣
2026-06-03 12:43:14 +08:00
commit ba76cfae28
608 changed files with 120791 additions and 0 deletions

5
utils/vp_version.h.in Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#define APP_BUILD_TIME "@BUILD_TIME@"
#define APP_GIT_COMMIT "@FINAL_GIT_VERSION@"
#define APP_VERSION "v@BUILD_TIME@-@FINAL_GIT_VERSION@"