导入
返回值约定
多数异步接口返回APIResponse<T>。通常只在 success === true 时读取 result。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
笔记相关接口总目录,该目录下的接口只能在笔记应用中调用。
import { PluginNoteAPI } from "sn-plugin-lib";
APIResponse<T>。通常只在 success === true 时读取 result。