@leeguoo/pwtk-network-debugger 1.3.1-beta.1 → 1.3.1

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/index.esm.js CHANGED
@@ -18256,7 +18256,7 @@ const _DebugPanel = class _DebugPanel {
18256
18256
  this.container.style.pointerEvents = "auto";
18257
18257
  this.container.innerHTML = `
18258
18258
  <div class="debugger-header">
18259
- <div class="debugger-title">🔓 PWTK 解密小工具 <span style="font-size: 10px; opacity: 0.7;">by Leo v${"1.3.1-beta.1"}</span></div>
18259
+ <div class="debugger-title">🔓 PWTK 解密小工具 <span style="font-size: 10px; opacity: 0.7;">by Leo v${"1.3.1"}</span></div>
18260
18260
  <div class="debugger-controls">
18261
18261
  <button class="debugger-btn" data-action="clear" title="清空"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg></button>
18262
18262
  <button class="debugger-btn" data-action="export" title="导出"><svg class="debugger-icon" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg></button>
@@ -19349,8 +19349,8 @@ if (typeof window !== "undefined") {
19349
19349
  }
19350
19350
  function loadLiquidGlass() {
19351
19351
  return new Promise((resolve) => {
19352
- import("./container-Ll0bZChs.mjs").then(() => {
19353
- return import("./button-DfB5OFDC.mjs");
19352
+ import("./container-BiE06oNd.mjs").then(() => {
19353
+ return import("./button-Dt1KsQb6.mjs");
19354
19354
  }).then(() => {
19355
19355
  resolve();
19356
19356
  }).catch((error) => {
@@ -19490,7 +19490,7 @@ const _NetworkDebugger = class _NetworkDebugger {
19490
19490
  }
19491
19491
  async checkForUpdates() {
19492
19492
  try {
19493
- const currentVersion = "1.3.1-beta.1";
19493
+ const currentVersion = "1.3.1";
19494
19494
  logger.info(`[PWTK Update] Checking for updates... Current version: ${currentVersion}`);
19495
19495
  const response = await fetch("https://registry.npmjs.org/@leeguoo/pwtk-network-debugger/latest");
19496
19496
  const data = await response.json();
@@ -19510,7 +19510,7 @@ const _NetworkDebugger = class _NetworkDebugger {
19510
19510
  logger.error("[PWTK Update] Failed to check for updates:", error);
19511
19511
  return {
19512
19512
  hasUpdate: false,
19513
- currentVersion: "1.3.1-beta.1"
19513
+ currentVersion: "1.3.1"
19514
19514
  };
19515
19515
  }
19516
19516
  }
@@ -19606,7 +19606,7 @@ const _NetworkDebugger = class _NetworkDebugger {
19606
19606
  return headers.slk || headers["x-slk"] || "";
19607
19607
  }
19608
19608
  };
19609
- _NetworkDebugger.version = "1.3.1-beta.1";
19609
+ _NetworkDebugger.version = "1.3.1";
19610
19610
  let NetworkDebugger = _NetworkDebugger;
19611
19611
  let globalInstance = null;
19612
19612
  const NetworkDebuggerGlobal = {