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.
插件按钮数据结构。
PluginButton
type PluginButton = { id: number; name: string; icon: string; showType?: number; editDataTypes?: number[]; };
id
number
name
string
icon
showType
0
1
editDataTypes
number[]
2
3
4
5