重整cmake
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user