Dnn模块封装问题

发布于 2024-08-04 21:21:30 字数 111 浏览 6 评论 0原文

我开发的模块内有文件夹,里面有很多文件。

  • 如何将文件夹与文件打包在一起?
  • 我应该将文件夹存档为 zip 文件吗?如果是这样,我怎样才能再次提取它们?

I have folders inside a module which I developed and there are many files inside them.

  • How can I package the folders with files?
  • Should I archive the folders in a zip file? If so, how can I extract them again?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光匆匆的小流年 2024-08-11 21:21:30

你有几个选择。

  1. 包含一个 resources.zip 文件,该文件将在安装时为您解压,只需确保将 resources.zip 包含在您的 .dnn 文件列表中即可。
  2. 如果您使用的是 DNN 5.x 清单,则可以将文件夹结构保留在模块内,并仅使用 5.x 清单中的文件夹名称项。

You have a few options.

  1. Include a resources.zip file, that will be extracted for you upon installation, just be sure to include the resources.zip in your .dnn file list.
  2. If you are using a DNN 5.x manifest, you could keep the folder structure within the module and just use the folder names items in the 5.x manifest.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文