x-block-lib 0.7.10 → 0.7.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.
@@ -440,9 +440,6 @@ const _ = {
440
440
  UI_ENV_DEV: "development",
441
441
  UI_ENV_PROD: "production",
442
442
  UI_LABEL: "label",
443
- UI_MODE: "mode",
444
- UI_NAVIGATE_MODE_PUSH: "push",
445
- UI_NAVIGATE_MODE_REPLACE: "replace",
446
443
  UI_POPUP_MESSAGE_TYPE_ERROR: "error",
447
444
  UI_POPUP_MESSAGE_TYPE_INFO: "info",
448
445
  UI_POPUP_MESSAGE_TYPE_SUCCESS: "success",
@@ -440,9 +440,6 @@ const _ = {
440
440
  UI_ENV_DEV: "开发",
441
441
  UI_ENV_PROD: "生产",
442
442
  UI_LABEL: "标签",
443
- UI_MODE: "模式",
444
- UI_NAVIGATE_MODE_PUSH: "压入",
445
- UI_NAVIGATE_MODE_REPLACE: "替换",
446
443
  UI_POPUP_MESSAGE_TYPE_ERROR: "错误",
447
444
  UI_POPUP_MESSAGE_TYPE_INFO: "信息",
448
445
  UI_POPUP_MESSAGE_TYPE_SUCCESS: "成功",