feat: del note

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-29 09:52:53 +08:00
parent cc774015f9
commit 347420c531
7 changed files with 273 additions and 20 deletions

View File

@@ -733,5 +733,7 @@ class Api {
static const String addNote = '/x/note/add';
static const String delNote = '/x/note/del';
static const String archiveNote = '/x/note/list/archive';
}