mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update memo list api (#350)
This commit is contained in:
@ -78,6 +78,9 @@ export function getMemoList(memoFind?: MemoFind) {
|
||||
if (memoFind?.rowStatus) {
|
||||
queryList.push(`rowStatus=${memoFind.rowStatus}`);
|
||||
}
|
||||
if (memoFind?.pinned) {
|
||||
queryList.push(`pinned=${memoFind.pinned}`);
|
||||
}
|
||||
if (memoFind?.offset) {
|
||||
queryList.push(`offset=${memoFind.offset}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user