简体   繁体   English

为 n8n 工作流程自定义用户界面

[英]Customize user interface for n8n workflows

Is it possible to customize the user interface for n8n workflows?是否可以为 n8n 工作流程自定义用户界面? if possible, can someone give an idea.如果可能的话,有人可以给出一个想法。 Thank you.谢谢你。

You can find the source code for all the frontend code inside their repository: https://github.com/n8n-io/n8n/tree/master/packages/editor-ui您可以在其存储库中找到所有前端代码的源代码: https : //github.com/n8n-io/n8n/tree/master/packages/editor-ui

The editor-ui folder inside packages is what you are looking for.包内的 editor-ui 文件夹就是您要查找的内容。

The app is written using Vue.js ans it's very easy to understand.该应用程序是使用 Vue.js 编写的,非常容易理解。 You can see the n8n-theme*.scss files in the mentioned folder that could be a good starting point.您可以在提到的文件夹中看到n8n-theme*.scss文件,这可能是一个很好的起点。

Feel free to add / share ideas on what you're looking to do and I'll try to help if possible.随意添加/分享您想要做什么的想法,如果可能,我会尽力提供帮助。

Also they have a very active community that can be found here: https://community.n8n.io/他们还有一个非常活跃的社区,可以在这里找到: https : //community.n8n.io/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM