欢迎来到Blinko插件开发!本指南将帮助您设置开发环境并创建您的第一个插件。
http://localhost:3000
看到连接说明:
ws://<sandbox-id>.csb.app:8080
ws://localhost:8080
。
name
:插件的唯一标识符(必需)author
:插件作者的名称或组织(必需)url
:仓库或主页URL(必需)version
:遵循semver的插件版本(必需)minAppVersion
:需要的最低Blinko应用版本displayName
:本地化的插件名称
default
:默认显示名称(英文)zh
:中文显示名称(可选)description
:本地化的插件描述
default
:默认描述(英文)zh
:中文描述(可选)readme
:本地化的文档文件
default
:默认README文件路径zh
:中文README文件路径(可选)bun dev
时,开发服务器:
dist
目录的变化ws://localhost:8080
ws://<your-local-ip>:8080
wss://xxxx-xx-xx-xxx-xx.ngrok.io
)连接到您的插件。
开发服务器提供实时反馈:
ws://localhost:8080
ws://<your-local-ip>:8080
wss://xxxx-xx-xx-xxx-xx.ngrok.io
(如果使用ngrok)bun dev
)wss://
URL