Skip to content

Commit

Permalink
chore: remove unuse comment
Browse files Browse the repository at this point in the history
  • Loading branch information
QuarkGluonPlasma committed Jun 9, 2023
1 parent 4d0d5cb commit 9200459
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nest-multer-upload/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,5 @@ export class AppController {
console.log('file', file);
}
}
// }
// 大佬,您好。我们公司现在要做一款医疗软件,主要针对用户时医生,里面主要功能已经实现了,现在需要去做类似于插件的功能,我在网上也查了一些相关的方案。
// 第一种就是类似于 vscode插件应用商店的功能, 这种情况实现起来难度比较大,耗费的时间比较长,我们项目周期也比较紧,且我也是第一次开发这种插件功能,所以目前选用这种方案不太可靠;
// 第二种就是想读来说简单点的,直接写好插件,然后在主软件中开辟一个plugins目录,然后当每次打开软件的时候去动态加载这个目录中所包含的插件。

// 那我主要有以下几个问题:
// 1. 我如何将插件放入这个plugins目录下(直接拖入或是别的方案...)?
// 3. 我应该如何去编写插件,在开发插件时应该需要注意的问题?
// 2. 最后就是主软件该如何去检测是否有插件,它们直接的通信如何去做?

// 最后感谢大佬的回答!

0 comments on commit 9200459

Please sign in to comment.