Added avif + heif support
Some checks failed
Build and Push Image / build-and-push (push) Has been cancelled

This commit is contained in:
2025-07-13 11:17:33 -04:00
parent b85bcd1c7a
commit 7223c35658
4 changed files with 39 additions and 17 deletions

View File

@@ -103,11 +103,11 @@ message ShareXResponse {
message SearchQuery {
optional string queryText = 1;
repeated Filter filters = 2;
}
message Filter {
string key = 1;
repeated string values = 2;
optional string queryText = 1;
repeated Filter filters = 2;
}
message Filter {
string key = 1;
repeated string values = 2;
}