You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,6 @@ async function main() {
68
68
// [3] (optional)
69
69
managerConfig: {
70
70
cursor:true,
71
-
// (Optional), enable the appliance-plugin plugin. To enable the configuration, you need to install @netless/appliance-plugin. For specific details, please refer to the introduction of the performance optimization version
72
-
supportAppliancePlugin:true,
73
71
},
74
72
// [4] (optional)
75
73
netlessApps: [],
@@ -160,8 +158,6 @@ function App() {
160
158
},
161
159
managerConfig: {
162
160
cursor:true,
163
-
// (Optional), enable the appliance-plugin plugin. To enable the configuration, you need to install @netless/appliance-plugin. For specific details, please refer to the introduction of the performance optimization version
164
-
supportAppliancePlugin:true,
165
161
},
166
162
// (Optional), enable the appliance-plugin plugin. To enable the configuration, you need to install @netless/appliance-plugin. For specific details, please refer to the introduction of the performance optimization version
167
163
enableAppliancePlugin: {
@@ -428,7 +424,7 @@ To develop your own app, see [Write you a Netless App](./docs/en/app.md).
428
424
429
425
## performance
430
426
431
-
Through ` enableAppliancePlugin `and ` managerConfig. SupportAppliancePlugin `configuration items open appliance-plugins plugin. In order to enhance performance and provide [new whiteboard features](https://github.com/netless-io/fastboard/blob/main/docs/en/appliance-plugin.md#new-features), or refer to the [appliance-plugin](./docs/en/appliance-plugin.md) document for more information.
427
+
Through ` enableAppliancePlugin ` configuration items open appliance-plugins plugin. In order to enhance performance and provide [new whiteboard features](https://github.com/netless-io/fastboard/blob/main/docs/en/appliance-plugin.md#new-features), or refer to the [appliance-plugin](./docs/en/appliance-plugin.md) document for more information.
432
428
> **Note:** To enable the use of the performance optimized version, you need to install `@netless/appliance-plugin`.
0 commit comments