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