فهرست منبع

build(frontend): rebuild static/ so the restore UI actually ships (#2656)

The dev merge took dev's static/index.html, which loads the pre-restore
bundle, and left both bundles tracked. Merged as-is none of the frontend
shipped: no Restore button, no modal, no Type column.

Rebuild drops the superseded bundle and points index.html at a single one
that carries restoreFromGit and this round's new note leaf. The CSS
hashes identically to dev'"'"'s, so index.html differs by the script line
alone.
jmoore-skild 1 ماه پیش
والد
کامیت
b34ea64417
3فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      static/assets/index-wb4vHygD.js
  2. 0 0
      static/assets/index-yKwaHTh1.js
  3. 1 1
      static/index.html

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
static/assets/index-wb4vHygD.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
static/assets/index-yKwaHTh1.js


+ 1 - 1
static/index.html

@@ -26,7 +26,7 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-yKwaHTh1.js"></script>
+    <script type="module" crossorigin src="/assets/index-wb4vHygD.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-B3jj6-fz.css">
   </head>
   <body>

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است