重整cmake

This commit is contained in:
2026-08-11 15:11:56 +08:00
parent 5401a14708
commit 274dd4c044
12 changed files with 307 additions and 157 deletions
+2
View File
@@ -213,6 +213,8 @@ std::optional<Web_Event> Web_Event_Adapter::decode(std::string_view message) {
return Gallery_Request{Gallery_Request_Kind::Open, std::string(message)};
if (type == "gallery_refresh")
return Gallery_Request{Gallery_Request_Kind::Refresh, std::string(message)};
if (type == "gallery_feedback")
return Gallery_Request{Gallery_Request_Kind::Feedback, std::string(message)};
if (type == "gallery_patch")
return Gallery_Request{Gallery_Request_Kind::Patch, std::string(message)};
if (type == "gallery_action")