feat: add HasIncompleteTasks to memo property

This commit is contained in:
Steven
2024-06-05 08:39:56 +08:00
parent f0817f2762
commit 797f5a123c
22 changed files with 634 additions and 521 deletions

View File

@@ -208,6 +208,7 @@ message MemoProperty {
bool has_link = 2;
bool has_task_list = 3;
bool has_code = 4;
bool has_incomplete_tasks = 5;
}
message CreateMemoRequest {