@whitesev/utils 1.0.6 → 1.0.8

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.
@@ -950,19 +950,19 @@ System.register('Utils', [], (function (exports) {
950
950
  /**
951
951
  * 获取存储的数据
952
952
  */
953
- getValue: GM_getValue,
953
+ getValue: null,
954
954
  /**
955
955
  * 设置数据到存储
956
956
  */
957
- setValue: GM_setValue,
957
+ setValue: null,
958
958
  /**
959
959
  * 注册菜单
960
960
  */
961
- registerMenuCommand: GM_registerMenuCommand,
961
+ registerMenuCommand: null,
962
962
  /**
963
963
  * 卸载菜单
964
964
  */
965
- unregisterMenuCommand: GM_unregisterMenuCommand,
965
+ unregisterMenuCommand: null,
966
966
  };
967
967
  MenuHandle = {
968
968
  context: this,