♻️ Refactored the thought Solar Network related plugins

This commit is contained in:
2025-11-15 13:05:58 +08:00
parent 05985e0852
commit b5f9faa724
8 changed files with 153 additions and 84 deletions

View File

@@ -243,6 +243,7 @@ message ListPostsRequest {
int32 page_size = 3;
string page_token = 4;
google.protobuf.StringValue order_by = 5;
bool order_desc = 16;
repeated string categories = 6;
repeated string tags = 7;
google.protobuf.StringValue query = 8;