[VER] v0.3.6-alpha

[Feat] 增加控制台在线安装器 !
[Impl] 修改ExampleCodes的一些实现,使用最新库 std.io
This commit is contained in:
2026-01-04 00:51:11 +08:00
parent 893eb1050f
commit c93840af5f
10 changed files with 223 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
#include <cstdint>
#include <string_view>
#define __FCORE_VERSION "0.3.5-alpha"
#define __FCORE_VERSION "0.3.6-alpha"
#if defined(_WIN32)
#define __FCORE_PLATFORM "Windows"