@whitesev/pops 2.1.11 → 2.1.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.
@@ -6686,8 +6686,7 @@ var pops = (function () {
6686
6686
  },
6687
6687
  {
6688
6688
  id: "whitesev-panel-bottom-config-2",
6689
- // @ts-ignore
6690
- title: "版本:" + pops.config.version,
6689
+ title: "版本:xxx.xx.xx",
6691
6690
  isBottom: true,
6692
6691
  attributes: [
6693
6692
  {
@@ -11650,9 +11649,9 @@ var pops = (function () {
11650
11649
  return popsSearchSuggestion;
11651
11650
  };
11652
11651
  }
11653
- const pops$1 = new Pops();
11652
+ const pops = new Pops();
11654
11653
 
11655
- return pops$1;
11654
+ return pops;
11656
11655
 
11657
11656
  })();
11658
11657
  //# sourceMappingURL=index.iife.js.map