utools_plugin_impress_tools/plugin.json
impressionyang 3a38835a15 audio(pcm): add pcm convert
添加了简单的16bit PCM数据采样i但转换功能
  1. 添加页面跳转:html\uac_pcm_data_convert.html
  2. 添加hex_to_int的带符号转换方法
end of segment
🔧 web(switch): add web pages switch feature
 添加了页面跳转的框架
  1. 添加页面跳转功能
  2. 添加主页相关的内容以及欢迎页面
end of segment
 utools(plugin): add utools plugin support
 添加了utools的插件功能
  1. 添加插件配置
  2. 添加插件的图标
end of segment
2022-06-17 00:19:28 +08:00

11 lines
174 B
JSON

{
"main": "index.html",
"logo": "logo.png",
"features": [
{
"code": "impress",
"explain": "impressionyang's impress tools",
"cmds":["impress", "imt"]
}
]
}