跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.supernote.com/llms.txt

Use this file to discover all available pages before exploring further.

导入

import { PluginCommAPI } from "sn-plugin-lib";

返回值约定

返回 多数异步接口返回 APIResponse<T>。通常只在 success === true 时读取 resultsuccess === false 时result为空,但会有error信息,展示失败原因。

方法列表