@ai-setting/roy-plugin-task-show 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/index.html +2 -2
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
-->
|
|
117
117
|
<script src="/static/marked.min.js" defer></script>
|
|
118
118
|
<script src="/static/dompurify.min.js" defer></script>
|
|
119
|
-
<script src="/static/markdown-renderer.js" defer></script>
|
|
120
|
-
<script src="/static/chat-panel.js" defer></script>
|
|
119
|
+
<script src="/static/markdown-renderer.js" type="module" defer></script>
|
|
120
|
+
<script src="/static/chat-panel.js" type="module" defer></script>
|
|
121
121
|
</body>
|
|
122
122
|
</html>
|