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