Skip to content

Commit 33d8551

Browse files
committed
feat: 新增图标html渲染
1 parent 0724eac commit 33d8551

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
55
"type": "module",
66
"module": "dist/index.js",

src/api/service/main/plugin/plugin-container-service-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import IconPlugin from '@/plugin/icon-plugin'
77
export interface PluginInformation {
88
plugin: BasePlugin
99
root?: Root
10-
iconRoot?: Root
1110
iconButton?: HTMLSpanElement
1211
}
1312

0 commit comments

Comments
 (0)