网页升级

This commit is contained in:
2026-08-11 06:21:51 +08:00
parent f50e9f7c1e
commit feb7c72e94
40 changed files with 6490 additions and 98 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
#pragma once
#include <cstdint>
#include <filesystem>
namespace renderive::web {
int run_web_server(std::uint16_t port);
int run_web_server(std::uint16_t port, const std::filesystem::path& asset_root);
} // namespace renderive::web