shell-mirror 1.5.11 → 1.5.12
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
|
@@ -653,9 +653,9 @@
|
|
|
653
653
|
</section>
|
|
654
654
|
|
|
655
655
|
<!-- Version Footer -->
|
|
656
|
-
<footer style="background: #
|
|
656
|
+
<footer style="background: #ff6b35; color: white; text-align: center; padding: 20px 0; font-size: 0.8rem;">
|
|
657
657
|
<div class="container">
|
|
658
|
-
<p id="version-info">Shell Mirror v1.5.
|
|
658
|
+
<p id="version-info">Shell Mirror v1.5.11 • Loading build info...</p>
|
|
659
659
|
</div>
|
|
660
660
|
</footer>
|
|
661
661
|
</main>
|