跳转到主要内容

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 { PluginFileAPI } from "sn-plugin-lib";

返回值约定

多数异步接口返回 APIResponse<T>。通常只在 success === true 时读取 result

方法列表