dishui 0.0.18 → 0.0.20

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/dishui.es.js CHANGED
@@ -2663,7 +2663,7 @@ const Jl = Ku(void 0), Yn = () => {
2663
2663
  return u === "zh" || u === "en" ? u : t || "zh";
2664
2664
  }), [o, i] = j(() => {
2665
2665
  const u = localStorage.getItem("app-theme");
2666
- return u && ["light", "dark", "retro", "cyberpunk", "customblue", "ghibli"].includes(u) ? u : n || "light";
2666
+ return u && ["light", "dark", "retro", "cyberpunk", "matrix", "customblue", "ghibli"].includes(u) ? u : n || "light";
2667
2667
  });
2668
2668
  ee(() => {
2669
2669
  localStorage.setItem("app-language", a);
@@ -26808,6 +26808,11 @@ const Ip = {
26808
26808
  name: { zh: "赛博朋克", en: "Cyberpunk" },
26809
26809
  icon: /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor", children: /* @__PURE__ */ f("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" }) })
26810
26810
  },
26811
+ {
26812
+ id: "matrix",
26813
+ name: { zh: "黑客帝国", en: "Matrix" },
26814
+ icon: /* @__PURE__ */ f("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor", children: /* @__PURE__ */ f("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" }) })
26815
+ },
26811
26816
  {
26812
26817
  id: "customblue",
26813
26818
  name: { zh: "定制蓝", en: "Custom Blue" },