chore: tweak memo property

This commit is contained in:
Steven
2024-05-27 19:43:57 +08:00
parent 2b4c2b23b2
commit a423dac12c
6 changed files with 397 additions and 370 deletions

View File

@@ -207,6 +207,7 @@ message MemoProperty {
repeated string tags = 1;
bool has_link = 2;
bool has_task_list = 3;
bool has_code = 4;
}
message CreateMemoRequest {