@vincenthanxiaodu/pi-web 1.202608.20 → 1.202608.21
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/dist/client/assets/{CodeViewer-LaR1nTRs.js → CodeViewer-C7_YNiX4.js} +1 -1
- package/dist/client/assets/{TerminalPanel-svd2moEm.js → TerminalPanel-V16B6IAA.js} +1 -1
- package/dist/client/assets/{index-rAQ0irIo.js → index-vN-bQgXV.js} +324 -324
- package/dist/client/index.html +1 -1
- package/package.json +1 -1
package/dist/client/index.html
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
html, body { margin: 0; height: 100%; overflow: hidden; background: var(--pi-bg); color: var(--pi-text); }
|
|
115
115
|
body { min-height: 100dvh; }
|
|
116
116
|
</style>
|
|
117
|
-
<script type="module" crossorigin src="./assets/index-
|
|
117
|
+
<script type="module" crossorigin src="./assets/index-vN-bQgXV.js"></script>
|
|
118
118
|
<link rel="modulepreload" crossorigin href="./assets/vendor-editor-core-CXO8gGab.js">
|
|
119
119
|
<link rel="modulepreload" crossorigin href="./assets/vendor-editor-languages-CpW4sJsX.js">
|
|
120
120
|
</head>
|
package/package.json
CHANGED