常规更新

This commit is contained in:
2026-07-24 10:54:45 +08:00
parent 0f4623cbef
commit e8bcc7ecfd
117 changed files with 12097 additions and 14121 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
#include "Core/system/export.h"
int psc_main(int argc, char* argv[]) {
return Psc::redict_main_with_gtest(argc, argv, psc_main);
return Psc::redict_main_with_gtest(argc, argv, psc_main);
}
int main(int argc, char* argv[]) {
return Psc::redict_main_with_gtest(argc, argv, psc_main);
return Psc::redict_main_with_gtest(argc, argv, psc_main);
}