Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
初始化插件环境。
async init(): Promise<void>;
import { PluginManager } from 'sn-plugin-lib'; /** * 初始化插件环境的示例。 */ export async function exampleInit() { await PluginManager.init(); }