@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.
package/dist/index.esm.js CHANGED
@@ -945,19 +945,19 @@ class GMMenu {
945
945
  /**
946
946
  * 获取存储的数据
947
947
  */
948
- getValue: GM_getValue,
948
+ getValue: null,
949
949
  /**
950
950
  * 设置数据到存储
951
951
  */
952
- setValue: GM_setValue,
952
+ setValue: null,
953
953
  /**
954
954
  * 注册菜单
955
955
  */
956
- registerMenuCommand: GM_registerMenuCommand,
956
+ registerMenuCommand: null,
957
957
  /**
958
958
  * 卸载菜单
959
959
  */
960
- unregisterMenuCommand: GM_unregisterMenuCommand,
960
+ unregisterMenuCommand: null,
961
961
  };
962
962
  MenuHandle = {
963
963
  context: this,