该目录的接口只能在文档应用中调用,笔记应用无法调用相关接口。
导入
返回值约定
多数异步接口返回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 { PluginDocAPI } from "sn-plugin-lib";
APIResponse<T>。通常只在 success === true 时读取 result。